Update install/src/command.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
Pierre 2021-12-30 16:49:59 +11:00 committed by Michael Vines
parent 3c1416091e
commit 29edb130cc
1 changed files with 1 additions and 1 deletions

View File

@ -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()?;