Skip to content

Commit

Permalink
Bump EdgeCacheService timeout from 30m to 60m (GoogleCloudPlatform#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and RileyHYZ committed Sep 15, 2023
1 parent 762efe6 commit 8dfc2f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/networkservices/EdgeCacheService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ async: !ruby/object:Api::OpAsync
base_url: '{{op_id}}'
wait_ms: 1000
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 30
update_minutes: 30
delete_minutes: 30
insert_minutes: 60
update_minutes: 60
delete_minutes: 60
result: !ruby/object:Api::OpAsync::Result
path: 'response'
status: !ruby/object:Api::OpAsync::Status
Expand Down

0 comments on commit 8dfc2f6

Please sign in to comment.