Skip to content

Commit e3a0e57

Browse files
claudehyperpolymath
authored andcommitted
ci: add timeout-minutes to echidna-fuzz rate-limit-check job
The only steps-based job in the workflow set lacking a timeout bound. Closes the one real `missing_timeout_minutes` gap (the other Hypatia flags are caller workflows where timeout-minutes is invalid). Tracker: hyperpolymath/echidna#238 https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv
1 parent 81fe69c commit e3a0e57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/echidna-fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
rate-limit-check:
7474
name: Rate Limit Check
7575
runs-on: ubuntu-latest
76+
timeout-minutes: 5
7677
outputs:
7778
allowed: ${{ steps.check.outputs.allowed }}
7879
reason: ${{ steps.check.outputs.reason }}

0 commit comments

Comments
 (0)