Skip to content

Commit

Permalink
fix TestAccAlloydbInstance_updateDatabaseFlagInPrimaryInstance by inc…
Browse files Browse the repository at this point in the history
…reasing timeouts (GoogleCloudPlatform#8018)
  • Loading branch information
ScottSuarez authored and Shourya Singh committed May 25, 2023
1 parent 7e14faa commit c4438b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/alloydb/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ async: !ruby/object:Api::OpAsync
base_url: '{{op_id}}'
wait_ms: 1000
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 20
update_minutes: 20
delete_minutes: 20
insert_minutes: 40
update_minutes: 40
delete_minutes: 40
result: !ruby/object:Api::OpAsync::Result
path: 'response'
status: !ruby/object:Api::OpAsync::Status
Expand Down

0 comments on commit c4438b9

Please sign in to comment.