Merge pull request #22427 from ericgribkoff/increase_default_wait

Increase wait for VMs to come online
pull/22441/head
Eric Gribkoff 5 years ago committed by GitHub
commit 544b2925e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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