We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309555a commit d1a571bCopy full SHA for d1a571b
1 file changed
.github/workflows/stress-test.yml
@@ -28,8 +28,9 @@ jobs:
28
stress-test:
29
name: Stress Test
30
runs-on: ubuntu-latest
31
- # Leave ~20 minutes of headroom for toolchain install, cache restore, and build.
32
- timeout-minutes: ${{ fromJson(inputs.duration_minutes || '30') + 20 }}
+ # Accommodates the documented max duration_minutes of 50 plus toolchain install,
+ # cache restore, and build headroom.
33
+ timeout-minutes: 75
34
env:
35
RUST_BACKTRACE: 1
36
DURATION_MINUTES: ${{ inputs.duration_minutes || '30' }}
0 commit comments