Increase timeout up to 60 seconds

This commit is contained in:
freearhey 2020-05-26 22:10:28 +03:00
parent 9dd44875ef
commit dccd10d0a3

View File

@ -7,7 +7,7 @@ const config = {
debug: process.env.npm_config_debug || false,
country: process.env.npm_config_country,
exclude: process.env.npm_config_exclude,
timeout: 10000
timeout: 60000
}
let stats = {