Skip to content

Commit d1a571b

Browse files
authored
ci: use static timeout in stress-test workflow (#671)
1 parent 309555a commit d1a571b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/stress-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
stress-test:
2929
name: Stress Test
3030
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 }}
31+
# Accommodates the documented max duration_minutes of 50 plus toolchain install,
32+
# cache restore, and build headroom.
33+
timeout-minutes: 75
3334
env:
3435
RUST_BACKTRACE: 1
3536
DURATION_MINUTES: ${{ inputs.duration_minutes || '30' }}

0 commit comments

Comments
 (0)