Skip to content

Commit

Permalink
Update test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Dec 11, 2023
1 parent e5b6ebd commit 7923995
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 @@ -19,7 +19,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: 150000});

// expect link named 'Visit AMP-PD'
const link = page.getByRole('link', { name: 'Visit AMP-PD' });
Expand Down

0 comments on commit 7923995

Please sign in to comment.