Skip to content

Commit

Permalink
Update timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Dec 11, 2023
1 parent 7923995 commit 4a94563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gene-resources.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 4a94563

Please sign in to comment.