Skip to content

ci: use static timeout in stress-test workflow#671

Merged
jlizen merged 1 commit intotower-rs:mainfrom
jlizen:fix/stress-test-timeout
May 6, 2026
Merged

ci: use static timeout in stress-test workflow#671
jlizen merged 1 commit intotower-rs:mainfrom
jlizen:fix/stress-test-timeout

Conversation

@jlizen
Copy link
Copy Markdown
Member

@jlizen jlizen commented May 6, 2026

#670 had a bug in its new (non-blocking) ci flow:

 Invalid workflow file: .github/workflows/stress-test.yml#L1
(Line: 32, Col: 22): Unexpected symbol: '+'. Located at position 43 within expression: fromJson(inputs.duration_minutes || '30') + 20, (Line: 32, Col: 22): Unexpected value '${{ fromJson(inputs.duration_minutes || '30') + 20 }}'

https://github.com/tower-rs/tower-http/actions/runs/25456875505

I tried to get too clever with arithmetic expressions, just hardcoding the value instead.

@jlizen jlizen requested a review from seanmonstar May 6, 2026 19:41
@jlizen jlizen enabled auto-merge (squash) May 6, 2026 19:41
@jlizen jlizen merged commit d1a571b into tower-rs:main May 6, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants