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 76d3a45 commit 0fc44b4Copy full SHA for 0fc44b4
Makefile
@@ -174,7 +174,7 @@ e2e-build-run-k8s: build test-e2e-k8s
174
################################################################################
175
.PHONY: test-e2e-upgrade
176
test-e2e-upgrade: test-deps
177
- gotestsum --jsonfile $(TEST_OUTPUT_FILE) --format standard-verbose -- -timeout 30m -count=1 -tags=e2e ./tests/e2e/upgrade/...
+ gotestsum --jsonfile $(TEST_OUTPUT_FILE) --format standard-verbose -- -timeout 40m -count=1 -tags=e2e ./tests/e2e/upgrade/...
178
179
180
# Build, E2E Tests for Kubernetes Upgrade #
0 commit comments