Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor.

This commit is contained in:
SteveSandersonMS
2017-01-10 10:37:00 +00:00
parent a93f59c660
commit f8f42a53b2

View File

@@ -129,7 +129,7 @@ exports.config = {
// See the full list at http://mochajs.org/ // See the full list at http://mochajs.org/
mochaOpts: { mochaOpts: {
ui: 'bdd', ui: 'bdd',
timeout: 30000 timeout: 60000
}, },
// //
// ===== // =====