Skip to content

Commit 8abe689

Browse files
committed
Increase concurrency
It's observed that the cluster might take 1+ min to apply and have the CR finalized...
1 parent b757808 commit 8abe689

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 3m --assert-timeout 3m --delete-timeout 3m --error-timeout 3m --exec-timeout 3m --skip-delete
242+
E2E_PARAM := --namespace e2e --parallel 3 --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)