Skip to content

Commit 34f0268

Browse files
committed
more timeout
1 parent 9aef64a commit 34f0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chaos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: go install gotest.tools/gotestsum@latest
3838

3939
- name: Run chaos tests
40-
run: go vet ./... && go test -v -race -count=1 ./...
40+
run: go vet ./... && go test -v -race -timeout 60m -count=1 ./...
4141
working-directory: ./chaos_tests
4242
env:
4343
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22

0 commit comments

Comments
 (0)