We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e3521 commit 810769eCopy full SHA for 810769e
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
go build ./cmd/gateway
36
37
- name: Test
38
- run: go test -parallel 4 -count=1 -timeout 60s ./tests/ ./pkg/beacon/
+ run: go test -parallel 4 -count=1 -timeout 120s ./tests/ ./pkg/beacon/
39
40
- name: Coverage
41
if: matrix.os == 'ubuntu-latest'
0 commit comments