Skip to content

Commit b962e1f

Browse files
committed
increase timeout for flakiness
1 parent 7ad628e commit b962e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flakiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run flakiness loop
7474
id: run-loop
7575
# Let this run for a while; build is done once inside the script
76-
timeout-minutes: 45
76+
timeout-minutes: 60
7777
env:
7878
# Use workflow_dispatch inputs when present, else defaults
7979
SLEEP_SECS: ${{ github.event.inputs.sleep_secs || '0' }}

0 commit comments

Comments
 (0)