-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
olake-ui/ui/playwright.config.ts
Lines 3 to 8 in 4c59bcf
| //TODO: Decide on Timeouts and adjust them as needed | |
| // Constants | |
| export const TIMEOUTS = { | |
| LONG: 5 * 60 * 1000, // 5 minutes | |
| SHORT: 10 * 1000, // 10 seconds |