From 4a94563b2ae40924bb0ac715669a068a868a16b2 Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:14:57 -0800 Subject: [PATCH] Update timeout test --- tests/gene-resources.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gene-resources.spec.ts b/tests/gene-resources.spec.ts index 2af64ddf..705f9b48 100644 --- a/tests/gene-resources.spec.ts +++ b/tests/gene-resources.spec.ts @@ -8,7 +8,7 @@ test.describe('specific viewport block', () => { // wait for page to load (i.e. spinner to disappear) await expect(page.locator('div:nth-child(4) > div > .spinner')) - .not.toBeVisible({ timeout: 30000}); + .not.toBeVisible({ timeout: 250000}); // Expect a title "to contain" a substring. await expect(page).toHaveTitle('Agora');