Skip to content

Commit

Permalink
Reduced sleep from successful 30 minutes to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 9, 2024
1 parent c56d264 commit 41ad32a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-packages-action-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ jobs:
run: |
# sleep for 2 1/2 hours
## sleep 9000
sleep 1800
## sleep 1800
sleep 900
- name: Show Test Run Artifacts 3
continue-on-error: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-packages-action-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ jobs:
run: |
# sleep for 2 1/2 hours
## sleep 9000
sleep 1800
## sleep 1800
sleep 900
- name: Show Test Run Artifacts 3
continue-on-error: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-packages-action-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ jobs:
run: |
# sleep for 2 1/2 hours
## sleep 9000
sleep 1800
## sleep 1800
sleep 900
- name: Show Test Run Artifacts 3
continue-on-error: true
Expand Down

0 comments on commit 41ad32a

Please sign in to comment.