Browse Source

bump test timeout to 45 seconds, mostly for #33 with many records

pull/129/head
Trent Larson 1 week ago
parent
commit
5606f2a18a
  1. 2
      playwright.config-local.ts

2
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 */
/**

Loading…
Cancel
Save