[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:
parent
cfa03d83d6
commit
972374347b
|
|
@ -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…
Reference in New Issue