From a8e83de61050f257ca05c299f3f75da7f8391398 Mon Sep 17 00:00:00 2001 From: Junior flores Date: Wed, 13 Sep 2023 10:12:38 -0500 Subject: [PATCH] add more time in karma --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index e0f4e2b6..dda82a3a 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -18,7 +18,7 @@ module.exports = function (config) { preprocessors: { [tests]: ["webpack"] }, - + browserNoActivityTimeout: 20000, webpack: webpackConfig }); };