From 90add983e1faed093866d19a946163f61b7b7495 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Mar 2023 11:51:45 +0300 Subject: [PATCH] Increase Jasmine timeout to 20000 --- js/tests/karma.conf.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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',