We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7d0f commit 07a3cb9Copy full SHA for 07a3cb9
dev-packages/e2e-tests/test-applications/sveltekit-2/test/utils.ts
@@ -47,7 +47,7 @@ export async function waitForInitialPageload(
47
48
// let's add a buffer because it seems like the hydrated flag isn't enough :(
49
// guess: The layout finishes hydration/mounting before the components within finish
50
- await page.waitForTimeout(3000);
+ await page.waitForTimeout(10_000);
51
52
debug && console.log('hydrated');
53
}
0 commit comments