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,
};