Increased timeout.

pull/14542/head
Adele Zhou 7 years ago
parent 8053300cc7
commit 10e602b127
  1. 2
      tools/internal_ci/linux/grpc_asan_on_foundry.sh
  2. 2
      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=SHA256 \
test --jobs="50" \
--test_timeout="1500,1500,1500,3600" \
--test_timeout="3600,3600,3600,3600" \
--test_output=errors \
--verbose_failures=true \
--keep_going \

@ -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=SHA256 \
test --jobs="50" \
--test_timeout="1500,1500,1500,3600" \
--test_timeout="3600,3600,3600,3600" \
--test_output=errors \
--verbose_failures=true \
--keep_going \

Loading…
Cancel
Save