Skip to content

Commit

Permalink
Fix dev-dashboard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed May 25, 2021
1 parent e6cc653 commit 67b7c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/server/app-index/test/test-amphtml-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('devdash', () => {
expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({
canonical: '/',
}));
})
}).timeout(5000);

it('creates valid doc with set fields', async() => {
expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({
Expand Down Expand Up @@ -89,7 +89,7 @@ describe('devdash', () => {
</script>`,
body: html`<div>Hola</div>`,
}));
});
}).timeout(5000);
});

describe('ampStateKey', () => {
Expand Down

0 comments on commit 67b7c73

Please sign in to comment.