File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Options:
36
36
--proxy <PROXY>
37
37
HTTP proxy for network connection (e.g., https://myproxy.net:8080)
38
38
--timeout <TIMEOUT>
39
- Timeout for network requests (in seconds) [default: 120 ]
39
+ Timeout for network requests (in seconds) [default: 180 ]
40
40
--driver-ttl <DRIVER_TTL>
41
41
Driver TTL (time-to-live) [default: 86400]
42
42
--browser-ttl <BROWSER_TTL>
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub mod mirror;
54
54
pub mod safari;
55
55
pub mod safaritp;
56
56
57
- pub const REQUEST_TIMEOUT_SEC : u64 = 120 ; // The timeout is applied from when the request starts connecting until the response body has finished
57
+ pub const REQUEST_TIMEOUT_SEC : u64 = 180 ; // The timeout is applied from when the request starts connecting until the response body has finished
58
58
pub const STABLE : & str = "stable" ;
59
59
pub const BETA : & str = "beta" ;
60
60
pub const DEV : & str = "dev" ;
You can’t perform that action at this time.
0 commit comments