Skip to content

Commit e4e82e6

Browse files
authored
bump e2e tests timeout to 1 hour (#222)
1 parent 088245e commit e4e82e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
kind load docker-image cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
164164
- name: run-tests
165165
run: |
166-
go test -v -timeout 1800s -p 1 ./... -args -ginkgo.v
166+
go test -v -timeout 3600s -p 1 ./... -args -ginkgo.v
167167
- name: teardown-k8s-cluster
168168
run: |
169169
kind delete cluster

0 commit comments

Comments
 (0)