Skip to content

Commit affe496

Browse files
committed
test: increase e2e test timeout
1 parent 98087cb commit affe496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ e2e-test:
8888
bash ./test/external-e2e/run.sh;\
8989
else \
9090
bash ./hack/parse-prow-creds.sh;\
91-
go test -v -timeout=0 ./test/e2e ${GINKGO_FLAGS};\
91+
go test -v -timeout=180m ./test/e2e ${GINKGO_FLAGS};\
9292
fi
9393

9494
.PHONY: e2e-bootstrap

0 commit comments

Comments
 (0)