Try to improve test speed (#7922)

This commit is contained in:
Ricardo Katz 2021-11-15 19:34:48 -03:00 committed by GitHub
parent b7ac27a671
commit b08d4278ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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