From 5606f2a18afc948088af67f32f7400f33f20e31e Mon Sep 17 00:00:00 2001
From: Trent Larson <trent@trentlarson.com>
Date: Sat, 29 Mar 2025 17:56:33 -0600
Subject: [PATCH] bump test timeout to 45 seconds, mostly for #33 with many
 records

---
 playwright.config-local.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playwright.config-local.ts b/playwright.config-local.ts
index ef2e651b..d32b1f6f 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 */
   /**