Skip to content

Commit be913bb

Browse files
committed
[grid] Extending timeout in test for a more stable CI
1 parent c287f01 commit be913bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ public void multipleSimultaneousSessions() throws Exception {
121121
});
122122
}
123123

124-
CompletableFuture.allOf(futures).get(2, MINUTES);
124+
CompletableFuture.allOf(futures).get(4, MINUTES);
125125
}
126126
}

0 commit comments

Comments
 (0)