Skip to content

Commit 837b46b

Browse files
Lustre increase timeout for update and delete async operations (#16046)
1 parent 807c7ee commit 837b46b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mmv1/products/lustre/Instance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ id_format: projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2727
import_format:
2828
- projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2929
timeouts:
30-
insert_minutes: 40
31-
update_minutes: 20
32-
delete_minutes: 20
30+
insert_minutes: 120
31+
update_minutes: 60
32+
delete_minutes: 60
3333
sweeper:
3434
url_substitutions:
3535
- location: "us-central1-a"
@@ -49,8 +49,8 @@ async:
4949
operation:
5050
timeouts:
5151
insert_minutes: 120
52-
update_minutes: 20
53-
delete_minutes: 20
52+
update_minutes: 60
53+
delete_minutes: 60
5454
base_url: '{{op_id}}'
5555
actions:
5656
- create

0 commit comments

Comments
 (0)