We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad628e commit b962e1fCopy full SHA for b962e1f
.github/workflows/flakiness.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Run flakiness loop
74
id: run-loop
75
# Let this run for a while; build is done once inside the script
76
- timeout-minutes: 45
+ timeout-minutes: 60
77
env:
78
# Use workflow_dispatch inputs when present, else defaults
79
SLEEP_SECS: ${{ github.event.inputs.sleep_secs || '0' }}
0 commit comments