Commit 32808dd
committed
fix(ci): bump tests/ timeout 120s → 300s to match release workflow
The CI Go matrix step ran `go test -timeout 120s ./tests/ ./pkg/beacon/`,
which has been right at the limit for months — the tests/ integration
suite reliably takes 120-140s on the GitHub runners (heavy UDP socket
churn). After the recent additions it tipped past the ceiling and
both Go (ubuntu-latest) + Go (macos-latest) started failing with
"panic: test timed out after 2m0s".
Release workflow already uses -timeout 300s. Pre-push hook uses
-timeout 300s. Coverage step (same file) had the same 120s issue.
Aligned all three on 300s so the surfaces don't disagree.
Not a code fix — the test suite hasn't regressed, the limit was too
tight. Local runs and the release workflow have passed throughout.1 parent f772a1a commit 32808dd
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | | - | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments