Adjust Suite time execution
This commit is contained in:
parent
d7fc7185f3
commit
1e42967d91
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ ginkgo_args=(
|
||||||
"-trace"
|
"-trace"
|
||||||
"-slowSpecThreshold=${SLOW_E2E_THRESHOLD}"
|
"-slowSpecThreshold=${SLOW_E2E_THRESHOLD}"
|
||||||
"-r"
|
"-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}"
|
echo -e "${BGREEN}Running e2e test suite (FOCUS=${FOCUS})...${NC}"
|
||||||
|
|
Loading…
Reference in a new issue