Skip to content

Commit b757808

Browse files
committed
Increase the timeout even more
1 parent 411cbee commit b757808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ generate_mocks: ## TODO: auto install go install go.uber.org/mock/mockgen@latest
239239

240240
# e2e tests
241241
# 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
242+
E2E_PARAM := --namespace e2e --parallel 1 --apply-timeout 3m --assert-timeout 3m --delete-timeout 3m --error-timeout 3m --exec-timeout 3m --skip-delete
243243
.PHONY: create-kind-3.7.8
244244
create-kind-3.7.8:
245245
./kind/local-env.sh --version 3.7.8

0 commit comments

Comments
 (0)