Skip to content

Commit

Permalink
change params exec ginkgo v2
Browse files Browse the repository at this point in the history
Signed-off-by: Фёдор Партанский <partanskiy.f@n-t.io>
  • Loading branch information
pfi79 authored and denyeart committed Jul 26, 2022
1 parent 73044f3 commit d001eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ for ((i = "$agent_number"; i <= "${#test_dirs[@]}"; )); do
done

printf "\nRunning the following test suites:\n\n%s\n\nStarting tests...\n\n" "$(echo "${dirs[@]}" | tr -s ' ' '\n')"
ginkgo -keepGoing --slowSpecThreshold 60 "${dirs[@]}"
ginkgo --keep-going --slow-spec-threshold 60s "${dirs[@]}"

0 comments on commit d001eab

Please sign in to comment.