diff options
author | matt-kwong <mattkwong@google.com> | 2017-02-21 17:55:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 17:55:50 -0800 |
commit | a1861f0d7809446eac5627cf06b7ec0dfd99d25d (patch) | |
tree | b806d9f12be5a63747623f72cb12b90f6a417561 | |
parent | 05f8d38d28ac9f429c0e4dd586b64257fb09b61b (diff) | |
parent | a651bf1b26c5e94d482ad98a4974f78695c25f99 (diff) |
Merge pull request #9676 from matt-kwong/internal-ci-update
Increase test timeout duration for internal CI
-rw-r--r-- | tools/internal_ci/linux/grpc_master.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_master.cfg b/tools/internal_ci/linux/grpc_master.cfg index 8ce2ef11a2..d5901bb601 100644 --- a/tools/internal_ci/linux/grpc_master.cfg +++ b/tools/internal_ci/linux/grpc_master.cfg @@ -32,7 +32,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/linux/grpc_master.sh" -timeout_mins: 60 +timeout_mins: 240 action { define_artifacts { regex: "**/sponge_log.xml" |