Skip to content

Commit 10c490a

Browse files
committed
makefile, e2e: Increase test timeout
Following [0] the e2e takes longer, making it timeout on some CI cases. Increasing the timeout to 90m. [0] #559 Signed-off-by: Ram Lavi <ralavi@redhat.com>
1 parent 20f3508 commit 10c490a

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
@@ -38,7 +38,7 @@ GOLANGICI_LINT ?= GOFLAGS=-mod=mod $(GO) run github.com/golangci/golangci-lint/c
3838
LINTER_COVERAGE ?= tests/...
3939

4040
E2E_TEST_EXTRA_ARGS ?=
41-
export E2E_TEST_TIMEOUT ?= 1h
41+
export E2E_TEST_TIMEOUT ?= 90m
4242
E2E_TEST_ARGS ?= $(strip -test.v -test.timeout=$(E2E_TEST_TIMEOUT) -ginkgo.timeout=$(E2E_TEST_TIMEOUT) -ginkgo.v $(E2E_TEST_EXTRA_ARGS))
4343

4444
export KUBECTL ?= cluster/kubectl.sh

0 commit comments

Comments
 (0)