Skip to content

Commit b52dedd

Browse files
rileykarsonanoopkverma-google
authored andcommitted
Increase timeout on google_dataproc_metastore_service to 75m (from 60m) (GoogleCloudPlatform#12824)
1 parent 2514d79 commit b52dedd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mmv1/products/metastore/Service.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ update_mask: true
2828
import_format:
2929
- 'projects/{{project}}/locations/{{location}}/services/{{service_id}}'
3030
timeouts:
31-
insert_minutes: 60
32-
update_minutes: 60
33-
delete_minutes: 60
31+
insert_minutes: 75
32+
update_minutes: 75
33+
delete_minutes: 75
3434
autogen_async: true
3535
async:
3636
actions: ['create', 'delete', 'update']
3737
type: 'OpAsync'
3838
operation:
3939
base_url: '{{op_id}}'
4040
timeouts:
41-
insert_minutes: 60
42-
update_minutes: 60
43-
delete_minutes: 60
41+
insert_minutes: 75
42+
update_minutes: 75
43+
delete_minutes: 75
4444
result:
4545
resource_inside_response: false
4646
iam_policy:

0 commit comments

Comments
 (0)