Skip to content

Commit

Permalink
fix: Increase timeout from 20->30 minutes for tests
Browse files Browse the repository at this point in the history
There are too many tests running without cache, increase timeout
  • Loading branch information
Matovidlo committed Dec 9, 2024
1 parent a2cc29a commit d8a021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
# Run tests, sequentially because the API is shared resource
echo "Running tests ..."
export KBC_VERSION_CHECK=false # do not check the latest version in the tests
cmd="gotestsum --no-color=false --format \"$TEST_LOG_FORMAT\" -- -timeout 1200s -p $TEST_PARALLELISM_PKG -parallel $TEST_PARALLELISM $TEST_ARGS "$TEST_PACKAGE" $@"
cmd="gotestsum --no-color=false --format \"$TEST_LOG_FORMAT\" -- -timeout 1800s -p $TEST_PARALLELISM_PKG -parallel $TEST_PARALLELISM $TEST_ARGS "$TEST_PACKAGE" $@"
echo $cmd
eval $cmd
echo "Ok. All tests passed."
Expand Down

0 comments on commit d8a021e

Please sign in to comment.