Skip to content

Commit d0c4b95

Browse files
committed
Increase test timeout for valgrind
1 parent f6719f2 commit d0c4b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/do_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ elif [[ "$1" == "bazel.tsan" ]]; then
558558
exit 0
559559
elif [[ "$1" == "bazel.valgrind" ]]; then
560560
bazel $BAZEL_STARTUP_OPTIONS build $BAZEL_OPTIONS_ASYNC //...
561-
bazel $BAZEL_STARTUP_OPTIONS test --run_under="/usr/bin/valgrind --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite --suppressions=\"${SRC_DIR}/ci/valgrind-suppressions\"" $BAZEL_TEST_OPTIONS_ASYNC //...
561+
bazel $BAZEL_STARTUP_OPTIONS test --test_timeout=600 --run_under="/usr/bin/valgrind --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite --suppressions=\"${SRC_DIR}/ci/valgrind-suppressions\"" $BAZEL_TEST_OPTIONS_ASYNC //...
562562
exit 0
563563
elif [[ "$1" == "bazel.e2e" ]]; then
564564
cd examples/e2e

0 commit comments

Comments
 (0)