From: XhmikosR Date: Wed, 29 Mar 2023 08:51:45 +0000 (+0300) Subject: Increase Jasmine timeout to 20000 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90add983e1faed093866d19a946163f61b7b7495;p=thirdparty%2Fbootstrap.git Increase Jasmine timeout to 20000 --- diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index adbc1138ce..098ef42066 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -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',