Try to improve test speed (#7922)
This commit is contained in:
parent
b7ac27a671
commit
b08d4278ad
1 changed files with 2 additions and 1 deletions
|
@ -27,10 +27,11 @@ E2E_CHECK_LEAKS=${E2E_CHECK_LEAKS:-""}
|
||||||
ginkgo_args=(
|
ginkgo_args=(
|
||||||
"-randomizeAllSpecs"
|
"-randomizeAllSpecs"
|
||||||
"-flakeAttempts=2"
|
"-flakeAttempts=2"
|
||||||
|
"-failFast"
|
||||||
"-progress"
|
"-progress"
|
||||||
"-slowSpecThreshold=${SLOW_E2E_THRESHOLD}"
|
"-slowSpecThreshold=${SLOW_E2E_THRESHOLD}"
|
||||||
"-succinct"
|
"-succinct"
|
||||||
"-timeout=45m" # Suite timeout should be lower than Prow job timeout to avoid abrupt termination
|
"-timeout=75m"
|
||||||
)
|
)
|
||||||
|
|
||||||
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