Skip to content

Commit

Permalink
Fixing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-demox committed Oct 15, 2024
1 parent 5819b7f commit 4425f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web-client/test/mocha.global.setup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before(async () => {
shell: process.platform == "win32",
});

browser = await puppeteer.launch({ headless: true, protocolTimeout: 60000 });
browser = await puppeteer.launch({ headless: true, protocolTimeout: 600000 });
testingPage = await browser.newPage();
await testingPage.goto(TEST_SERVER);

Expand Down

0 comments on commit 4425f35

Please sign in to comment.