Skip to content

Commit eb13db3

Browse files
pfi79ale-linux
authored andcommitted
change flag for ginkgo exec
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 9310d20 commit eb13db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ done
3636

3737
printf "\nRunning the following test suites:\n\n%s\n\nStarting tests...\n\n" "$(echo "${dirs[@]}" | tr -s ' ' '\n')"
3838

39-
ginkgo --keep-going --slow-spec-threshold 60s --timeout 24h "${dirs[@]}"
39+
ginkgo --keep-going --poll-progress-after 60s --timeout 24h "${dirs[@]}"

0 commit comments

Comments
 (0)