Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor.
This commit is contained in:
parent
a93f59c660
commit
f8f42a53b2
|
|
@ -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
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// =====
|
// =====
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue