From dccd10d0a3a31267c2999c0667dabc37288ddf7c Mon Sep 17 00:00:00 2001 From: freearhey Date: Tue, 26 May 2020 22:10:28 +0300 Subject: [PATCH] Increase timeout up to 60 seconds --- scripts/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.js b/scripts/test.js index 71e46a01b..d14756323 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -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 = {