From feeb7158f2cfca0d94cbd362278ed324fe667b6e Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Thu, 19 Mar 2020 22:09:15 -0700 Subject: [PATCH] Increase wait for VMs to come online --- tools/run_tests/run_xds_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index 6e1366c95b8..21e09e550d2 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -82,7 +82,7 @@ argp.add_argument('--secondary_zone', argp.add_argument('--qps', default=10, type=int, help='Client QPS') argp.add_argument( '--wait_for_backend_sec', - default=600, + default=1200, type=int, help='Time limit for waiting for created backend services to report ' 'healthy when launching or updated GCP resources')