diff options
author | Matt Kwong <mattkwong@google.com> | 2017-02-10 15:31:02 -0800 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2017-02-10 15:31:02 -0800 |
commit | a651bf1b26c5e94d482ad98a4974f78695c25f99 (patch) | |
tree | cc88b0b4d370c460646b6bd7ad0b730a3a0560c3 | |
parent | f7f25fc01ec75670e9d11c8852b296527837dd9d (diff) |
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" |