Skip to content

Commit 187b7b4

Browse files
authored
fixup! fix(docs-infra): update app code to work with Ivy
1 parent f7a127c commit 187b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/tests/e2e/src/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ describe('site App', function() {
239239
/* tslint:disable:max-line-length */
240240
expect(page.ghLinks.get(0).getAttribute('href'))
241241
.toMatch(/https:\/\/github\.com\/angular\/angular\/edit\/master\/aio\/content\/guide\/http\.md\?message=docs%3A%20describe%20your%20change\.\.\./);
242-
}, 30000);
242+
}, 60000);
243243

244244
it('should not be present on top level pages', () => {
245245
page.navigateTo('features');

0 commit comments

Comments
 (0)