Skip to content

Commit

Permalink
Bumped to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 26, 2024
1 parent 7f74850 commit 0baac0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-packages-action-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
- name: Wait For Artifacts
run: |
sleep 30
sleep 60
- name: Merge Test Run Artifacts
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packages-action-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
- name: Wait For Artifacts
run: |
sleep 30
sleep 60
- name: Merge Test Run Artifacts
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packages-action-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Wait For Artifacts
run: |
sleep 30
sleep 60
- name: Merge Test Run Artifacts
uses: actions/upload-artifact/merge@v4
Expand Down

0 comments on commit 0baac0d

Please sign in to comment.