Skip to content

Commit c50e1b3

Browse files
committed
give the cleaner almost double the time to clean up the sessions (a whopping 9 more ms). Hopefull will deflake this test in CI.
1 parent 9631fd7 commit c50e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/test/org/openqa/selenium/remote/server/SessionCleanerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void testCleanupWithThread() throws Exception {
116116
assertEquals(2, defaultDriverSessions.getSessions().size());
117117
SessionCleaner sessionCleaner = new TestSessionCleaner(defaultDriverSessions, log, 10);
118118
sessionCleaner.start();
119-
waitForAllSessionsToExpire(11);
119+
waitForAllSessionsToExpire(20);
120120
synchronized (sessionCleaner) {
121121
sessionCleaner.wait();
122122
}

0 commit comments

Comments
 (0)