From f1c41db99f779922cd78efbbc08670cc989fb328 Mon Sep 17 00:00:00 2001 From: Golmote Date: Sat, 10 Oct 2015 12:48:26 +0200 Subject: [PATCH] Increase mocha's timeout --- tests/run.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run.js b/tests/run.js index a28350d2a4..30f165d7aa 100644 --- a/tests/run.js +++ b/tests/run.js @@ -21,6 +21,8 @@ for (var language in testSuite) { (function (language, testFiles) { describe("Testing language '" + language + "'", function () { + this.timeout(10000); + testFiles.forEach( function (filePath) { var fileName = path.basename(filePath, path.extname(filePath));