[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.
This commit is contained in:
Sergii Tkachenko 2022-05-09 17:00:43 -07:00 committed by GitHub
parent cfa03d83d6
commit 972374347b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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