diff --git a/playwright.config-local.ts b/playwright.config-local.ts index ef2e651..d32b1f6 100644 --- a/playwright.config-local.ts +++ b/playwright.config-local.ts @@ -101,7 +101,7 @@ export default defineConfig({ /* Configure global timeout; default is 30000 milliseconds */ // the image upload will often not succeed in 5 seconds // 33-record-gift-x10.spec.ts:90:5 > Record 9 new gifts will often not succeed in 30 seconds - timeout: 35000, // various tests fail at various times with 25000 + timeout: 45000, // various tests fail at various times with 25000 /* Run your local dev server before starting the tests */ /**