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 088245e commit e4e82e6Copy full SHA for e4e82e6
.github/workflows/run-tests.yml
@@ -163,7 +163,7 @@ jobs:
163
kind load docker-image cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
164
- name: run-tests
165
run: |
166
- go test -v -timeout 1800s -p 1 ./... -args -ginkgo.v
+ go test -v -timeout 3600s -p 1 ./... -args -ginkgo.v
167
- name: teardown-k8s-cluster
168
169
kind delete cluster
0 commit comments