Skip to content

Commit

Permalink
increase playwright axe-large-partial.js timeout to 150s
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile committed Mar 17, 2023
1 parent 469b155 commit 08a7d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playwright/tests/axe-playwright.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ describe('@axe-core/playwright', () => {
});

it('handles large results', async function () {
/* this test handles a large amount of partial results a timeout may be required */
this.timeout(100_000);
/* this test handles a large amount of partial results a larger timeout may be required */
this.timeout(150_000);
const res = await await page.goto(`${addr}/external/index.html`);

assert.equal(res?.status(), 200);
Expand Down

0 comments on commit 08a7d0d

Please sign in to comment.