We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aef64a commit 34f0268Copy full SHA for 34f0268
.github/workflows/chaos-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: go install gotest.tools/gotestsum@latest
38
39
- name: Run chaos tests
40
- run: go vet ./... && go test -v -race -count=1 ./...
+ run: go vet ./... && go test -v -race -timeout 60m -count=1 ./...
41
working-directory: ./chaos_tests
42
env:
43
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
0 commit comments