test(e2e): increase wait time

This commit is contained in:
Brandy Carney
2019-07-08 13:16:17 -04:00
parent 0031ab82b7
commit 7fda509333

View File

@ -138,7 +138,7 @@ describe('router-link', () => {
});
async function testForward() {
await waitTime(500);
await waitTime(2500);
await testStack('ion-router-outlet', ['app-router-link', 'app-router-link-page']);
await testLifeCycle('app-router-link', {
ionViewWillEnter: 1,
@ -152,7 +152,6 @@ async function testForward() {
ionViewWillLeave: 0,
ionViewDidLeave: 0,
});
}
async function testRoot() {