]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Increase Jasmine timeout to 20000
authorXhmikosR <xhmikosr@gmail.com>
Wed, 29 Mar 2023 08:51:45 +0000 (11:51 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Mar 2024 15:38:59 +0000 (17:38 +0200)
js/tests/karma.conf.js

index adbc1138cecea2d2460242777981f2c673c04ba8..098ef42066555ae7790d25f731701e11130e2c0e 100644 (file)
@@ -71,7 +71,10 @@ const config = {
   browserNoActivityTimeout: 180_000,
   concurrency: Number.POSITIVE_INFINITY,
   client: {
-    clearContext: false
+    clearContext: false,
+    jasmine: {
+      timeoutInterval: 20_000
+    }
   },
   files: [
     'node_modules/hammer-simulator/index.js',