chore(e2e): decrease timeout

This commit is contained in:
Brandy Carney
2018-01-12 11:38:59 -05:00
parent 512a08f396
commit 321ec2202d

View File

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