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

Commit

Permalink
test: further increase mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Sep 18, 2013
1 parent f9c7d04 commit 2b89598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/mocha.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mocha.setup({
ui: 'tdd',
slow: 1000,
timeout: 10000,
timeout: 30000,
ignoreLeaks: true,
htmlbase: '/base/platform/test/'
});

0 comments on commit 2b89598

Please sign in to comment.