Skip to content

Commit

Permalink
fix timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Фёдор Партанский <[email protected]>
  • Loading branch information
pfi79 authored and denyeart committed Aug 4, 2022
1 parent ba236cb commit 8a0a29e
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 --keep-going --slow-spec-threshold 60s "${dirs[@]}"
ginkgo --keep-going --slow-spec-threshold 60s --timeout 24h "${dirs[@]}"

0 comments on commit 8a0a29e

Please sign in to comment.