Skip to content

Commit 810769e

Browse files
committed
Bump CI test timeout from 60s to 120s
Test suite was at 55s on the last passing run — adding new tests pushed it past the 60s limit on both Ubuntu and macOS runners.
1 parent 11e3521 commit 810769e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
go build ./cmd/gateway
3636
3737
- name: Test
38-
run: go test -parallel 4 -count=1 -timeout 60s ./tests/ ./pkg/beacon/
38+
run: go test -parallel 4 -count=1 -timeout 120s ./tests/ ./pkg/beacon/
3939

4040
- name: Coverage
4141
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)