Update test.js

Increase timeout up to 60 seconds
pull/1446/head
freearhey 5 years ago
parent 377315acc7
commit 85ee51c8c4

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

Loading…
Cancel
Save