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

This commit is contained in:
2025-03-29 17:56:33 -06:00
parent e5545fd56e
commit 1faf76ad0b

View File

@@ -101,7 +101,7 @@ export default defineConfig({
/* Configure global timeout; default is 30000 milliseconds */ /* Configure global timeout; default is 30000 milliseconds */
// the image upload will often not succeed in 5 seconds // 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 // 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 */ /* Run your local dev server before starting the tests */
/** /**