Commit 7bf34bee by Michael Mifsud Committed by GitHub

Merge pull request #1695 from xzyfer/feat/increase-timeout

Increase the binary fetch request timeout
parents 9525d5cc 71bc35d0
......@@ -50,7 +50,7 @@ function download(url, dest, cb) {
var options = {
rejectUnauthorized: false,
proxy: getProxy(),
timeout: 1000,
timeout: 60000,
headers: {
'User-Agent': getUserAgent(),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment