Skip to content

Commit 434388d

Browse files
committed
Increase process timeout to 10 by default
1 parent 2070754 commit 434388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ferrum/browser/process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Browser
1616
class Process
1717
KILL_TIMEOUT = 2
1818
WAIT_KILLED = 0.05
19-
PROCESS_TIMEOUT = ENV.fetch("FERRUM_PROCESS_TIMEOUT", 2).to_i
19+
PROCESS_TIMEOUT = ENV.fetch("FERRUM_PROCESS_TIMEOUT", 10).to_i
2020

2121
attr_reader :host, :port, :ws_url, :pid, :command,
2222
:default_user_agent, :browser_version, :protocol_version,

0 commit comments

Comments
 (0)