Skip to content

Commit

Permalink
tests: fix flaky instance admin test (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jun 25, 2020
1 parent 33a2314 commit 8536a3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -229,7 +229,7 @@ public void setUp() throws Exception {
.setMaxRpcTimeout(Duration.ofMillis(200L))
.setRetryDelayMultiplier(1000.0d)
.setMaxAttempts(10)
.setTotalTimeout(Duration.ofMillis(200L))
.setTotalTimeout(Duration.ofMillis(20000L))
.build();
RetrySettings retrySettingsWithHighTimeout =
RetrySettings.newBuilder()
Expand Down

0 comments on commit 8536a3e

Please sign in to comment.