Skip to content

Commit 7d5cba5

Browse files
authored
tests: increase timeout to prevent flakiness (#208)
1 parent 7b4490d commit 7d5cba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ public void testSessionMetrics() throws Exception {
16911691
.setMinSessions(1)
16921692
.setMaxSessions(2)
16931693
.setMaxIdleSessions(0)
1694-
.setInitialWaitForSessionTimeoutMillis(20L)
1694+
.setInitialWaitForSessionTimeoutMillis(50L)
16951695
.build();
16961696
FakeClock clock = new FakeClock();
16971697
clock.currentTimeMillis = System.currentTimeMillis();

0 commit comments

Comments
 (0)