File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Options:
3636 --proxy <PROXY>
3737 HTTP proxy for network connection (e.g., https://myproxy.net:8080)
3838 --timeout <TIMEOUT>
39- Timeout for network requests (in seconds) [default: 120 ]
39+ Timeout for network requests (in seconds) [default: 180 ]
4040 --driver-ttl <DRIVER_TTL>
4141 Driver TTL (time-to-live) [default: 86400]
4242 --browser-ttl <BROWSER_TTL>
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub mod mirror;
5454pub mod safari;
5555pub mod safaritp;
5656
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
5858pub const STABLE : & str = "stable" ;
5959pub const BETA : & str = "beta" ;
6060pub const DEV : & str = "dev" ;
You can’t perform that action at this time.
0 commit comments