We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785c533 commit 38b5a09Copy full SHA for 38b5a09
.github/workflows/go_integration_tests.yml
@@ -43,4 +43,4 @@ jobs:
43
44
45
- name: Test integration & benchmark with coverage
46
- run: go test -bench -cover -tags=integration ./integration/...
+ run: go test -bench -cover -tags=integration -timeout 5m ./integration/...
0 commit comments