Skip to content

Commit 5490b89

Browse files
committed
fix(page-po): increase timeout for automated tests
1 parent e6e04d4 commit 5490b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pos/page.po.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class PagePO {
2525
await browser.waitUntil(async () => {
2626
const header = await browser.getText('h1');
2727
return header.indexOf('ng-apimock test example app') > -1;
28-
}, 5000);
28+
}, 10000);
2929
}
3030
}
3131

0 commit comments

Comments
 (0)