Attempt to resolve test artifact flakiness

Adding a sleep between merging and downloading artifacts on windows.
This commit is contained in:
Daniel A. Wozniak 2024-09-23 17:05:01 -07:00 committed by Daniel Wozniak
parent 64690a935c
commit f5c332b816

View file

@ -254,6 +254,10 @@ jobs:
separate-directories: true
delete-merged: true
- name: Wait For Artifacts
run: |
sleep 10
- name: Download Test Run Artifacts
id: download-test-run-artifacts
uses: actions/download-artifact@v4