From 6fe3ce1af18dcdf52d35029260cd62f8d525b4ac Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Thu, 25 Jan 2018 13:10:35 -0800 Subject: [PATCH] Increse timeouts and add more flags --- tools/internal_ci/linux/grpc_tsan_on_foundry.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/internal_ci/linux/grpc_tsan_on_foundry.sh b/tools/internal_ci/linux/grpc_tsan_on_foundry.sh index 3948e6e7ce6..5ce9ba3e144 100644 --- a/tools/internal_ci/linux/grpc_tsan_on_foundry.sh +++ b/tools/internal_ci/linux/grpc_tsan_on_foundry.sh @@ -38,7 +38,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc "${KOKORO_GFILE_DIR}/bazel_wrapper.py" \ --host_jvm_args=-Dbazel.DigestFunction=SHA1 \ test --jobs="50" \ - --test_timeout="300,450,1200,3600" \ + --test_timeout="1500,1500,1500,3600" \ --test_output=errors \ --verbose_failures=true \ --keep_going \ @@ -53,6 +53,9 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc --experimental_remote_platform_override='properties:{name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }' \ --crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:toolchain \ --define GRPC_PORT_ISOLATED_RUNTIME=1 \ + --copt=-gmlt \ + --strip=never \ --copt=-fsanitize=thread \ --linkopt=-fsanitize=thread \ + --test_verbose_timeout_warnings \ -- //test/...