Skip to content

Commit

Permalink
fix: set longer polling timeouts for filestore UpdateInstance
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466057148
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 8, 2022
1 parent a6aca40 commit d89cf3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/filestore/v1beta1/file_gapic.yaml
Expand Up @@ -27,3 +27,9 @@ interfaces:
poll_delay_multiplier: 1.5
max_poll_delay_millis: 360000 # 6 minutes
total_poll_timeout_millis: 900000 # 15 minutes
- name: UpdateInstance
long_running:
initial_poll_delay_millis: 60000 # 1 minutes
poll_delay_multiplier: 1.5
max_poll_delay_millis: 360000 # 6 minutes
total_poll_timeout_millis: 900000 # 15 minutes

0 comments on commit d89cf3d

Please sign in to comment.