mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(e2e): decrease timeout
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user