Skip to content

Commit

Permalink
Increase mocha's timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Oct 10, 2015
1 parent e135947 commit f1c41db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run.js
Expand Up @@ -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));
Expand Down

0 comments on commit f1c41db

Please sign in to comment.