From 700fb2c3a6dfacf26e4b3d62492a90a77b66c8ae Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 5 Jul 2024 12:19:12 -0500 Subject: [PATCH] revert: karma.config.js --- karma.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 37562d1b2..716ecf677 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -70,8 +70,7 @@ module.exports = (config) => { // Excalibur logs / console logs suppressed when captureConsole = false; captureConsole: false, jasmine: { - random: true, - seed: 98733,// 53435 // 98733 + random: true, timeoutInterval: 70000 // needs to be bigger than no-activity } },