1
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-07-30 15:16:56 +08:00
hello-theme/tests/playwright/config/timeouts.ts
2025-08-14 11:01:55 +03:00

8 lines
146 B
TypeScript

export const timeouts = {
singleTest: 90_000,
global: 15 * 60_000,
expect: 5_000,
action: 5_000,
longAction: 10_000,
navigation: 10_000,
};