From b753f4903c1b09ced50ae223b439a771aff798f9 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Thu, 4 Feb 2021 20:13:54 -0800 Subject: [PATCH] xds testing: increase timeout from 90 minutes to 120 minutes (#4191) This is the timeout for all the tests, after which the VM will be termiated. Since now we have more tests, we need more time. The current average is around 85-90 minutes. The extra 30 minutes should be enough for several new tests. --- test/kokoro/xds.cfg | 2 +- test/kokoro/xds_v3.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kokoro/xds.cfg b/test/kokoro/xds.cfg index 09ab0dacc46..d1a078217b8 100644 --- a/test/kokoro/xds.cfg +++ b/test/kokoro/xds.cfg @@ -2,7 +2,7 @@ # Location of the continuous shell script in repository. build_file: "grpc-go/test/kokoro/xds.sh" -timeout_mins: 90 +timeout_mins: 120 action { define_artifacts { regex: "**/*sponge_log.*" diff --git a/test/kokoro/xds_v3.cfg b/test/kokoro/xds_v3.cfg index fc4949e280d..c4c8aad9e6f 100644 --- a/test/kokoro/xds_v3.cfg +++ b/test/kokoro/xds_v3.cfg @@ -2,7 +2,7 @@ # Location of the continuous shell script in repository. build_file: "grpc-go/test/kokoro/xds_v3.sh" -timeout_mins: 90 +timeout_mins: 120 action { define_artifacts { regex: "**/*sponge_log.*"