We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9310d20 commit eb13db3Copy full SHA for eb13db3
scripts/run-integration-tests.sh
@@ -36,4 +36,4 @@ done
36
37
printf "\nRunning the following test suites:\n\n%s\n\nStarting tests...\n\n" "$(echo "${dirs[@]}" | tr -s ' ' '\n')"
38
39
-ginkgo --keep-going --slow-spec-threshold 60s --timeout 24h "${dirs[@]}"
+ginkgo --keep-going --poll-progress-after 60s --timeout 24h "${dirs[@]}"
0 commit comments