From 7fda509333fc8571901e6d4449390c2f4501c467 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 8 Jul 2019 13:16:17 -0400 Subject: [PATCH] test(e2e): increase wait time --- angular/test/test-app/e2e/src/router-link.e2e-spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/angular/test/test-app/e2e/src/router-link.e2e-spec.ts b/angular/test/test-app/e2e/src/router-link.e2e-spec.ts index d609c36e33..6c6a95a49e 100644 --- a/angular/test/test-app/e2e/src/router-link.e2e-spec.ts +++ b/angular/test/test-app/e2e/src/router-link.e2e-spec.ts @@ -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() {