Skip to content

Commit b2c4f9e

Browse files
committed
Try waiting a bit longer
1 parent 04092a8 commit b2c4f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-self.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
wait_time_s: ${{ strategy.job-index }}
3131
run: |
32-
sleep "$wait_time_s"
32+
sleep $(( 5 * $wait_time_s ))
3333
- name: Define extra metadata
3434
run: |
3535
WORKFLOW_SHORT_SHA="$(echo ${{ github.sha }} | cut -c 1-7)"

0 commit comments

Comments
 (0)