Skip to content

Commit

Permalink
tests: increase timeout to prevent flakiness (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed May 15, 2020
1 parent 7b4490d commit 7d5cba5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1691,7 +1691,7 @@ public void testSessionMetrics() throws Exception {
.setMinSessions(1)
.setMaxSessions(2)
.setMaxIdleSessions(0)
.setInitialWaitForSessionTimeoutMillis(20L)
.setInitialWaitForSessionTimeoutMillis(50L)
.build();
FakeClock clock = new FakeClock();
clock.currentTimeMillis = System.currentTimeMillis();
Expand Down

0 comments on commit 7d5cba5

Please sign in to comment.