[mocha] bump default timeout to prevent false positives

This commit is contained in:
Spencer Alger 2015-06-11 15:21:56 -07:00
parent 35aeca1e64
commit ec102108da

View file

@ -38,6 +38,7 @@
mocha.setup({
ui: 'bdd',
timeout: 5000,
reporter: 'html'
});