Skip to content

Commit 8de3e7f

Browse files
committed
Increase timeout
1 parent 7274c6d commit 8de3e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/test/org/openqa/selenium/grid/router/StressTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void multipleSimultaneousSessions() throws Exception {
137137
executor);
138138
}
139139

140-
CompletableFuture.allOf(futures).get(4, MINUTES);
140+
CompletableFuture.allOf(futures).get(6, MINUTES);
141141
}
142142

143143
@Test
@@ -190,6 +190,6 @@ void multipleSimultaneousSessionsTimedOut() throws Exception {
190190
executor);
191191
}
192192

193-
CompletableFuture.allOf(futures).get(5, MINUTES);
193+
CompletableFuture.allOf(futures).get(6, MINUTES);
194194
}
195195
}

0 commit comments

Comments
 (0)