Skip to content

Commit

Permalink
fixed deprecated ginkgo flags (kubernetes#8984)
Browse files Browse the repository at this point in the history
  • Loading branch information
longwuyuan authored and rchshld committed May 17, 2023
1 parent c3d34a1 commit 3d868f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/e2e-image/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ set -e
NC='\e[0m'
BGREEN='\e[32m'

SLOW_E2E_THRESHOLD=${SLOW_E2E_THRESHOLD:-5}
SLOW_E2E_THRESHOLD=${SLOW_E2E_THRESHOLD:-"5s"}
FOCUS=${FOCUS:-.*}
E2E_NODES=${E2E_NODES:-5}
E2E_CHECK_LEAKS=${E2E_CHECK_LEAKS:-""}

ginkgo_args=(
"-randomizeAllSpecs"
"-flakeAttempts=2"
"-failFast"
"-randomize-all"
"-flake-attempts=2"
"-fail-fast"
"-progress"
"-slowSpecThreshold=${SLOW_E2E_THRESHOLD}"
"-slow-spec-threshold=${SLOW_E2E_THRESHOLD}"
"-succinct"
"-timeout=75m"
)
Expand Down

0 comments on commit 3d868f3

Please sign in to comment.