Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
kind load docker-image cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
- name: run-tests
run: |
go test -v -timeout 1800s -p 1 ./... -args -ginkgo.v
go test -v -timeout 3600s -p 1 ./... -args -ginkgo.v
- name: teardown-k8s-cluster
run: |
kind delete cluster
Expand Down