From ca248ba1a87e614133348caa4dfe9962e3e6ecb9 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Wed, 24 Feb 2021 23:00:25 +0100 Subject: [PATCH] CI: Bump browser test timeout --- test/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/karma.conf.js b/test/karma.conf.js index 22bb5be5..d2fbdc0b 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -20,7 +20,7 @@ module.exports = function(config) { mocha: { reporter: 'html', ui: 'bdd', - timeout: 10000, + timeout: 30000, grep: process.env.LIGHTWEIGHT ? '@lightweight' : undefined } },