Skip to content

Commit 4d2a9cb

Browse files
committed
test increase wait
1 parent 67b93fe commit 4d2a9cb

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/sveltekit-2/test

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/sveltekit-2/test/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function waitForInitialPageload(
4747

4848
// let's add a buffer because it seems like the hydrated flag isn't enough :(
4949
// guess: The layout finishes hydration/mounting before the components within finish
50-
await page.waitForTimeout(3000);
50+
await page.waitForTimeout(10_000);
5151

5252
debug && console.log('hydrated');
5353
}

0 commit comments

Comments
 (0)