chore(scripts): bump timeout for mocha

This commit is contained in:
Brandy Carney
2018-01-04 12:49:02 -05:00
parent 3416e6f49a
commit bd8e9adf97

View File

@@ -84,8 +84,9 @@ function getTotalTests(suite) {
}
async function run() {
// TODO look into removing chrome startup from the timeout
const mocha = new Mocha({
timeout: 5000,
timeout: 10000,
slow: 2000
});