Skip to content

Commit

Permalink
Update install/src/command.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Nelson <[email protected]>
  • Loading branch information
2 people authored and mvines committed Dec 30, 2021
1 parent 3c14160 commit 29edb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()?;

Expand Down

0 comments on commit 29edb13

Please sign in to comment.