Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 62fbc0f

Browse files
committed
Wait 120 seconds for a new browser to come up, if it does not kill the queue'd request
1 parent e3f539d commit 62fbc0f

File tree

1 file changed

+1
-1
lines changed
  • SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/grid

1 file changed

+1
-1
lines changed

SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/grid/GridStarter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static String getOsSpecificHubStartCommand(Boolean windows) {
3434
logCommand = " -log log" + RuntimeConfig.getOS().getFileSeparator() + "grid_hub.log";
3535

3636
command.append(logCommand);
37-
command.append(" -newSessionWaitTimeout 120000");
37+
command.append(" -newSessionWaitTimeout 120000 -browserTimeout 120");
3838

3939
logger.info("Hub Start Command: \n\n" + String.valueOf(command));
4040
return String.valueOf(command);

0 commit comments

Comments
 (0)