mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-24 11:45:02 +08:00
8 lines
146 B
TypeScript
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,
|
|
};
|