Merge pull request #14239 from adelez/foundry_integration

Increase timeouts
pull/14242/head
adelez 7 years ago committed by GitHub
commit 23d7b7c22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh
  2. 3
      tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh

@ -34,10 +34,11 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# TODO(adelez): implement size for test targets and change test_timeout back
"${KOKORO_GFILE_DIR}/bazel_wrapper.py" \
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
test --jobs="50" \
--test_timeout="300,450,1200,3600" \
--test_timeout="1200,1200,1200,3600" \
--test_output=errors \
--verbose_failures=true \
--keep_going \

@ -34,10 +34,11 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# TODO(adelez): implement size for test targets and change test_timeout back
"${KOKORO_GFILE_DIR}/bazel_wrapper.py" \
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
test --jobs="50" \
--test_timeout="300,450,1200,3600" \
--test_timeout="1200,1200,1200,3600" \
--test_output=errors \
--verbose_failures=true \
--keep_going \

Loading…
Cancel
Save