mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 09:37:45 +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/
|
||||
mochaOpts: {
|
||||
ui: 'bdd',
|
||||
timeout: 30000
|
||||
timeout: 60000
|
||||
},
|
||||
//
|
||||
// =====
|
||||
|
||||
Reference in New Issue
Block a user