Skip to content

Commit 4620e38

Browse files
committed
Increase wait threshold of pages
1 parent 6d21118 commit 4620e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('sandboxes', () => {
6868
const page = await browser.newPage();
6969
const waitFunction = pageLoaded(page);
7070
page.goto('http://localhost:3002/#' + id, {
71-
timeout: 60000,
71+
timeout: 80000,
7272
});
7373
await waitFunction;
7474
await page.waitFor(sandbox.waitFor || 2000);

0 commit comments

Comments
 (0)