File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ elif [[ "$1" == "bazel.tsan" ]]; then
558558 exit 0
559559elif [[ " $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
563563elif [[ " $1 " == " bazel.e2e" ]]; then
564564 cd examples/e2e
You can’t perform that action at this time.
0 commit comments