Skip to content

Commit baf180f

Browse files
John Barbutotitusfortner
authored andcommitted
Increase service shutdown timeout in ruby bindings
Signed-off-by: Titus Fortner <[email protected]>
1 parent 6e8067e commit baf180f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module WebDriver
3434
class Service
3535
START_TIMEOUT = 20
3636
SOCKET_LOCK_TIMEOUT = 45
37-
STOP_TIMEOUT = 5
37+
STOP_TIMEOUT = 20
3838

3939
attr_accessor :host
4040

0 commit comments

Comments
 (0)