aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/macos/pull_request
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-08-21 15:24:17 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-08-21 15:25:43 -0700
commit1caed0e06ed81b525a71b2d9ba2ee23f9dbd1529 (patch)
treeb6d46a99cbaf9f9954f386ffcf63c4819dfdbbea /tools/internal_ci/macos/pull_request
parent71c468b566259a5ed18cf8e1f166bad7e4b878d9 (diff)
Add max_time flag to Kokoro PR jobs
Diffstat (limited to 'tools/internal_ci/macos/pull_request')
-rw-r--r--tools/internal_ci/macos/pull_request/grpc_basictests_dbg.cfg2
-rw-r--r--tools/internal_ci/macos/pull_request/grpc_basictests_opt.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/macos/pull_request/grpc_basictests_dbg.cfg b/tools/internal_ci/macos/pull_request/grpc_basictests_dbg.cfg
index f058f0c7e4..30c01d3e2f 100644
--- a/tools/internal_ci/macos/pull_request/grpc_basictests_dbg.cfg
+++ b/tools/internal_ci/macos/pull_request/grpc_basictests_dbg.cfg
@@ -27,5 +27,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
- value: "-f basictests macos dbg --internal_ci -j 1 --inner_jobs 4"
+ value: "-f basictests macos dbg --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
}
diff --git a/tools/internal_ci/macos/pull_request/grpc_basictests_opt.cfg b/tools/internal_ci/macos/pull_request/grpc_basictests_opt.cfg
index 5048baaf48..b63ee713bc 100644
--- a/tools/internal_ci/macos/pull_request/grpc_basictests_opt.cfg
+++ b/tools/internal_ci/macos/pull_request/grpc_basictests_opt.cfg
@@ -27,5 +27,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
- value: "-f basictests macos opt --internal_ci -j 1 --inner_jobs 4"
+ value: "-f basictests macos opt --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
}