Increase mocha test timeout

This commit is contained in:
Sergey Mashkov
2019-07-11 16:47:54 +03:00
parent db5af79802
commit 5f3d72791f

View File

@@ -19,7 +19,10 @@ config.set({
}
},
"client": {
captureConsole: true
captureConsole: true,
"mocha": {
timeout: 10000
}
}
});