[PSM interop] Double the operation timeout - misc (#29627)

https://github.com/grpc/grpc/pull/29004 doubled resource timeouts for backends,
but not networksecurity/networkservices resources.
pull/29629/head
Sergii Tkachenko 3 years ago committed by GitHub
parent cfa03d83d6
commit 972374347b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/api.py

@ -328,7 +328,7 @@ class OperationError(Error):
class GcpProjectApiResource:
# TODO(sergiitk): move someplace better
_WAIT_FOR_OPERATION_SEC = 60 * 5
_WAIT_FOR_OPERATION_SEC = 60 * 10
_WAIT_FIXED_SEC = 2
_GCP_API_RETRIES = 5

Loading…
Cancel
Save