Updated package actions to sleep 20 before trying to merge artifacts

This commit is contained in:
David Murphy 2024-09-25 13:55:19 -06:00 committed by Daniel Wozniak
parent a8b56bd2bc
commit 6cd37bf16f
3 changed files with 9 additions and 1 deletions

View file

@ -247,6 +247,10 @@ jobs:
t=$(shuf -i 1-30 -n 1); echo "Sleeping $t seconds"; sleep "$t"
- name: Merge Test Run Artifacts
- name: Wait For Artifacts
run: |
sleep 20
continue-on-error: true
uses: actions/upload-artifact/merge@v4
with:

View file

@ -237,6 +237,10 @@ jobs:
run: |
t=$(shuf -i 1-30 -n 1); echo "Sleeping $t seconds"; sleep "$t"
- name: Wait For Artifacts
run: |
sleep 20
- name: Merge Test Run Artifacts
continue-on-error: true
uses: actions/upload-artifact/merge@v4

View file

@ -247,7 +247,7 @@ jobs:
- name: Wait For Artifacts
run: |
sleep 30
sleep 20
- name: Merge Test Run Artifacts
uses: actions/upload-artifact/merge@v4