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 21ed173 commit a657a41Copy full SHA for a657a41
Makefile
@@ -22,7 +22,7 @@ CONTROLLER_GEN = $(PWD)/bin/controller-gen
22
ENVTEST_ASSETS_DIR=${PWD}/testbin
23
export PATH := $(PWD)/bin:$(PATH)
24
25
-E2E_TEST_TIMEOUT ?= 10m
+E2E_TEST_TIMEOUT ?= 20m
26
27
.PHONY: all
28
all: manager
0 commit comments