We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a127c commit 187b7b4Copy full SHA for 187b7b4
aio/tests/e2e/src/app.e2e-spec.ts
@@ -239,7 +239,7 @@ describe('site App', function() {
239
/* tslint:disable:max-line-length */
240
expect(page.ghLinks.get(0).getAttribute('href'))
241
.toMatch(/https:\/\/github\.com\/angular\/angular\/edit\/master\/aio\/content\/guide\/http\.md\?message=docs%3A%20describe%20your%20change\.\.\./);
242
- }, 30000);
+ }, 60000);
243
244
it('should not be present on top level pages', () => {
245
page.navigateTo('features');
0 commit comments