Skip to content

Commit a657a41

Browse files
authored
increase 2e2 test timeout 10m -> 20m (#926)
1 parent 21ed173 commit a657a41

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
@@ -22,7 +22,7 @@ CONTROLLER_GEN = $(PWD)/bin/controller-gen
2222
ENVTEST_ASSETS_DIR=${PWD}/testbin
2323
export PATH := $(PWD)/bin:$(PATH)
2424

25-
E2E_TEST_TIMEOUT ?= 10m
25+
E2E_TEST_TIMEOUT ?= 20m
2626

2727
.PHONY: all
2828
all: manager

0 commit comments

Comments
 (0)