Update install/src/command.rs
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
parent
3c1416091e
commit
29edb130cc
|
@ -92,7 +92,7 @@ fn download_to_temp(
|
|||
let temp_file = temp_dir.path().join("download");
|
||||
|
||||
let client = reqwest::blocking::Client::builder()
|
||||
.connect_timeout(Duration::from_secs(5))
|
||||
.connect_timeout(Duration::from_secs(30))
|
||||
.timeout(None)
|
||||
.build()?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue