Adjust Suite time execution

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-13 13:37:05 -03:00
parent d7fc7185f3
commit 1e42967d91

View file

@ -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}"