From d878a421ba8ff3951d2e85d568487cebc9998116 Mon Sep 17 00:00:00 2001 From: Raghu Simha Date: Tue, 25 May 2021 17:21:59 -0400 Subject: [PATCH] Fix dev-dashboard tests --- build-system/server/app-index/test/test-amphtml-helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-system/server/app-index/test/test-amphtml-helpers.js b/build-system/server/app-index/test/test-amphtml-helpers.js index e583f8d7824a4..759ac7229c9f4 100644 --- a/build-system/server/app-index/test/test-amphtml-helpers.js +++ b/build-system/server/app-index/test/test-amphtml-helpers.js @@ -49,7 +49,7 @@ describe('devdash', () => { expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({ canonical: '/', })); - }) + }).timeout(3000); it('creates valid doc with set fields', async() => { expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({ @@ -89,7 +89,7 @@ describe('devdash', () => { `, body: html`
Hola
`, })); - }); + }).timeout(3000); }); describe('ampStateKey', () => {