Skip to content

Commit 5e64d8d

Browse files
authored
Update PC Create timeout (#13925)
1 parent b533451 commit 5e64d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/products/vmwareengine/PrivateCloud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ delete_url: 'projects/{{project}}/locations/{{location}}/privateClouds/{{name}}'
2626
import_format:
2727
- 'projects/{{project}}/locations/{{location}}/privateClouds/{{name}}'
2828
timeouts:
29-
insert_minutes: 240
29+
insert_minutes: 360
3030
update_minutes: 190
3131
delete_minutes: 150
3232
autogen_async: true
@@ -36,7 +36,7 @@ async:
3636
operation:
3737
base_url: '{{op_id}}'
3838
timeouts:
39-
insert_minutes: 240
39+
insert_minutes: 360
4040
update_minutes: 190
4141
delete_minutes: 150
4242
result:

0 commit comments

Comments
 (0)