Skip to content

Commit

Permalink
increase browser test beforeAll timeout to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Jun 4, 2024
1 parent b502b32 commit 3b8a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Test browser Parser in the node env', function() {

console.info('navigating to localhost');
await page.goto('http://localhost:8080', { waitUntil: 'networkidle0' });
}, 10000);
}, 20000);

afterAll(async function() {
await browser.close();
Expand Down

0 comments on commit 3b8a265

Please sign in to comment.