diff --git a/test/index.js b/test/index.js index 6ab893f4c..a7424b3f4 100644 --- a/test/index.js +++ b/test/index.js @@ -5,7 +5,7 @@ const https = require('https') const verbose = process.env.npm_config_debug || false const errorLog = 'error.log' const config = { - timeout: 5000, + timeout: 1000, delay: 200 }