From 85ee51c8c4e115b4f7f647c87d660204f45c1ba3 Mon Sep 17 00:00:00 2001 From: freearhey Date: Wed, 27 May 2020 12:41:22 +0300 Subject: [PATCH] Update test.js 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 = {