From 1e42967d91268893dab861d12620b1af42c4c9f9 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 13 Feb 2020 13:37:05 -0300 Subject: [PATCH] Adjust Suite time execution --- test/e2e-image/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e-image/e2e.sh b/test/e2e-image/e2e.sh index 9a95b25f6..539eaa97f 100755 --- a/test/e2e-image/e2e.sh +++ b/test/e2e-image/e2e.sh @@ -39,6 +39,7 @@ ginkgo_args=( "-trace" "-slowSpecThreshold=${SLOW_E2E_THRESHOLD}" "-r" + "-timeout=45m" # Suite timeout should be lower than Prow job timeout to avoid abrupt termination ) echo -e "${BGREEN}Running e2e test suite (FOCUS=${FOCUS})...${NC}"