From 69b9f94d763379baef2f2111cebf5ab970886035 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 2 Sep 2022 11:27:32 -0700 Subject: [PATCH] Increase Dataproc Metastore timeouts to 60m (from 40m) (#6504) --- mmv1/products/metastore/api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mmv1/products/metastore/api.yaml b/mmv1/products/metastore/api.yaml index ef6ba6a2a8eb..e30536d015d4 100644 --- a/mmv1/products/metastore/api.yaml +++ b/mmv1/products/metastore/api.yaml @@ -47,9 +47,9 @@ objects: base_url: '{{op_id}}' wait_ms: 1000 timeouts: !ruby/object:Api::Timeouts - insert_minutes: 40 - update_minutes: 40 - delete_minutes: 40 + insert_minutes: 60 + update_minutes: 60 + delete_minutes: 60 result: !ruby/object:Api::OpAsync::Result path: 'response' status: !ruby/object:Api::OpAsync::Status @@ -387,4 +387,4 @@ objects: The type of the backend metastore. values: - :METASTORE_TYPE_UNSPECIFIED - - :DATAPROC_METASTORE \ No newline at end of file + - :DATAPROC_METASTORE