From c5a3a209223f8724bc1b639871afc9782f67ed27 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 13 Jun 2026 17:27:48 +0000 Subject: [PATCH] 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 --- .github/workflows/echidna-fuzz.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/echidna-fuzz.yml b/.github/workflows/echidna-fuzz.yml index 0a2450d..dd1e974 100644 --- a/.github/workflows/echidna-fuzz.yml +++ b/.github/workflows/echidna-fuzz.yml @@ -73,6 +73,7 @@ jobs: rate-limit-check: name: Rate Limit Check runs-on: ubuntu-latest + timeout-minutes: 5 outputs: allowed: ${{ steps.check.outputs.allowed }} reason: ${{ steps.check.outputs.reason }}