From 5f3d72791f34cdb4dec68d05eb540a9452021daa Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Thu, 11 Jul 2019 16:47:54 +0300 Subject: [PATCH] Increase mocha test timeout --- karma/chrome_bin.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/karma/chrome_bin.js b/karma/chrome_bin.js index 8c215bec8..edde16b07 100644 --- a/karma/chrome_bin.js +++ b/karma/chrome_bin.js @@ -19,7 +19,10 @@ config.set({ } }, "client": { - captureConsole: true + captureConsole: true, + "mocha": { + timeout: 10000 + } } });