Increase wait for VMs to come online

pull/22427/head
Eric Gribkoff 5 years ago
parent 580ee5ea7e
commit feeb7158f2
  1. 2
      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')

Loading…
Cancel
Save