Skip to content

Commit 21efd17

Browse files
author
Ives van Hoorne
committed
Increase integration timeout
1 parent 64052fd commit 21efd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/integration-tests/tests/sandboxes.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ SANDBOXES.forEach(sandbox => {
3939
const page = await browser.newPage();
4040
await page.goto('http://localhost:3001/#' + id, {
4141
waitUntil: 'networkidle0',
42+
timeout: 60000,
4243
});
4344
await page.waitFor(2000);
4445

0 commit comments

Comments
 (0)