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 411cbee commit b757808Copy full SHA for b757808
Makefile
@@ -239,7 +239,7 @@ generate_mocks: ## TODO: auto install go install go.uber.org/mock/mockgen@latest
239
240
# e2e tests
241
# setting parallel to 2 to avoid flakiness
242
-E2E_PARAM := --namespace e2e --parallel 1 --apply-timeout 1m --assert-timeout 1m --delete-timeout 1m --error-timeout 1m --exec-timeout 1m
+E2E_PARAM := --namespace e2e --parallel 1 --apply-timeout 3m --assert-timeout 3m --delete-timeout 3m --error-timeout 3m --exec-timeout 3m --skip-delete
243
.PHONY: create-kind-3.7.8
244
create-kind-3.7.8:
245
./kind/local-env.sh --version 3.7.8
0 commit comments