We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dca9e commit ae1f3bcCopy full SHA for ae1f3bc
java/server/test/org/openqa/selenium/grid/node/local/LocalNodeTest.java
@@ -182,7 +182,7 @@ public HttpResponse execute(HttpRequest req) {
182
.add(caps, new TestSessionFactory(VerifyingHandler::new))
183
184
185
- .maximumConcurrentSessions(2)
+ .maximumConcurrentSessions(3)
186
.build();
187
188
List<Callable<SessionId>> callables = new ArrayList<>();
0 commit comments