Skip to content

Commit

Permalink
increase go test timeout in e2e tests (#160)
Browse files Browse the repository at this point in the history
Was merged through failing tests, to fix failing tests :)
  • Loading branch information
kobzonega committed Oct 16, 2023
1 parent 762c96f commit 0f0baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
kind load docker-image cr.yandex/crptqonuodf51kdj7a7d/ydb:22.4.44
- name: run-tests
run: |
go test -p 1 ./...
go test -timeout 1800s -p 1 ./...
- name: teardown-k8s-cluster
run: |
kind delete cluster
Expand Down

0 comments on commit 0f0baa6

Please sign in to comment.