Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 64f20e6

Browse files
feat: set longer polling timeouts for filestore CreateInstance (#162)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 433266104 Source-Link: googleapis/googleapis@2522351 Source-Link: https://github.com/googleapis/googleapis-gen/commit/26857707c37e6c56ae9b19a8800a5f8277092f0c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjY4NTc3MDdjMzdlNmM1NmFlOWIxOWE4ODAwYTVmODI3NzA5MmYwYyJ9
1 parent b1397b8 commit 64f20e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/CloudFilestoreManagerStubSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,13 +704,13 @@ private static Builder initDefaults(Builder builder) {
704704
.setPollingAlgorithm(
705705
OperationTimedPollAlgorithm.create(
706706
RetrySettings.newBuilder()
707-
.setInitialRetryDelay(Duration.ofMillis(5000L))
707+
.setInitialRetryDelay(Duration.ofMillis(60000L))
708708
.setRetryDelayMultiplier(1.5)
709-
.setMaxRetryDelay(Duration.ofMillis(45000L))
709+
.setMaxRetryDelay(Duration.ofMillis(360000L))
710710
.setInitialRpcTimeout(Duration.ZERO)
711711
.setRpcTimeoutMultiplier(1.0)
712712
.setMaxRpcTimeout(Duration.ZERO)
713-
.setTotalTimeout(Duration.ofMillis(300000L))
713+
.setTotalTimeout(Duration.ofMillis(7200000L))
714714
.build()));
715715

716716
builder

0 commit comments

Comments
 (0)