We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc572d commit 8e705aaCopy full SHA for 8e705aa
1 file changed
packages/e2e/setup/constants.ts
@@ -26,8 +26,8 @@ export const BROWSER_TIMEOUT = {
26
short: 1_000,
27
/** 3s — page settle, element visibility checks */
28
medium: 3_000,
29
- /** 5s — slow page loads (store admin, heavy pages) */
30
- long: 5_000,
+ /** 15s — slow page loads (store admin, heavy pages, CI network variability) */
+ long: 15_000,
31
/** 60s — browser-level default for any Playwright action */
32
max: 60_000,
33
} as const
0 commit comments