Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Dec 11, 2023
1 parent 39bb429 commit 91bcc18
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,12 @@ public void reversedWithForcedResumption() throws IOException, InterruptedExcept
BigtableDataSettings.Builder settingsBuilder =
testEnvRule.env().getDataClientSettings().toBuilder();

settingsBuilder.stubSettings().readRowsSettings().retrySettings()
.setInitialRpcTimeout(Duration.ofMillis(10))
.setMaxAttempts(100);
settingsBuilder
.stubSettings()
.readRowsSettings()
.retrySettings()
.setInitialRpcTimeout(Duration.ofMillis(10))
.setMaxAttempts(100);

InstantiatingGrpcChannelProvider.Builder transport =
((InstantiatingGrpcChannelProvider)
Expand Down

0 comments on commit 91bcc18

Please sign in to comment.