mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert sleep time from 20 to 30 which previously succeeded
This commit is contained in:
parent
ea019ef27b
commit
72f8550981
3 changed files with 3 additions and 3 deletions
|
@ -248,7 +248,7 @@ jobs:
|
|||
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
sleep 30
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
continue-on-error: true
|
||||
|
|
|
@ -239,7 +239,7 @@ jobs:
|
|||
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
sleep 30
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
continue-on-error: true
|
||||
|
|
|
@ -247,7 +247,7 @@ jobs:
|
|||
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
sleep 30
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue