mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor.
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// =====
|
// =====
|
||||||
|
|||||||
Reference in New Issue
Block a user