Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
increase test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 9, 2014
1 parent fde4584 commit 57fcbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
var div = document.createElement('div');
div.id = 'mocha';
document.body.appendChild(div);
mocha.setup({ui: 'tdd', slow: 1000, timeout: 5000, htmlbase: ''});
mocha.setup({ui: 'tdd', slow: 1000, timeout: 10000, htmlbase: ''});
}
],
'chai': [
Expand Down

0 comments on commit 57fcbfc

Please sign in to comment.