Skip to content

Commit 7fda509

Browse files
committed
test(e2e): increase wait time
1 parent 0031ab8 commit 7fda509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

angular/test/test-app/e2e/src/router-link.e2e-spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe('router-link', () => {
138138
});
139139

140140
async function testForward() {
141-
await waitTime(500);
141+
await waitTime(2500);
142142
await testStack('ion-router-outlet', ['app-router-link', 'app-router-link-page']);
143143
await testLifeCycle('app-router-link', {
144144
ionViewWillEnter: 1,
@@ -152,7 +152,6 @@ async function testForward() {
152152
ionViewWillLeave: 0,
153153
ionViewDidLeave: 0,
154154
});
155-
156155
}
157156

158157
async function testRoot() {

0 commit comments

Comments
 (0)