aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2018-01-30 16:05:35 -0800
committerGravatar GitHub <noreply@github.com>2018-01-30 16:05:35 -0800
commit23d7b7c22d556abbbde4729c2897d7dad85b9327 (patch)
tree2eb3245bb68473d7fb03e7b31a92c8f0d829120a
parent27909dcf46f08179ba7f39f3a8b4588c5030d4a8 (diff)
parent2a86e7ba06bce358e7ec41f74d95e49d75753526 (diff)
Merge pull request #14239 from adelez/foundry_integration
Increase timeouts
-rw-r--r--tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh3
-rw-r--r--tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh b/tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh
index 57699c62e7..c190298282 100644
--- a/tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh
+++ b/tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.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 \
diff --git a/tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh b/tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh
index 1c635c839a..a8c5db4ab1 100644
--- a/tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh
+++ b/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 \