From a296ddc837b3638406605f3bff1c97f0cc02010d Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Mon, 8 Feb 2021 15:53:11 -0800 Subject: [PATCH] xds testing: increase timeout from 90 minutes to 120 minutes (#4193) 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*"