diff options
author | adelez <adelez@google.com> | 2017-11-28 14:39:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 14:39:33 -0800 |
commit | d9475e55cc57703fe9286d2236430b91c3608952 (patch) | |
tree | 3175f585c758ce8bdaf4fa151528f3a500954c31 | |
parent | d39d007e8f095f14b3e2bf18ea6e6c410546e609 (diff) | |
parent | 9389b152dfa8ec81e205ceeefefd288710d1de56 (diff) |
Merge pull request #13524 from adelez/timeout
increase timeout
-rw-r--r-- | tools/internal_ci/linux/grpc_interop_matrix.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_interop_matrix.cfg b/tools/internal_ci/linux/grpc_interop_matrix.cfg index a7fd479a73..71e930e0b0 100644 --- a/tools/internal_ci/linux/grpc_interop_matrix.cfg +++ b/tools/internal_ci/linux/grpc_interop_matrix.cfg @@ -17,7 +17,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/linux/grpc_interop_matrix.sh" # grpc_interop tests can take 1 hours to complete. -timeout_mins: 60 +timeout_mins: 120 action { define_artifacts { regex: "**/sponge_log.xml" |