From 4dff80de16c21d58a58f6fb5d368537bd14b375b Mon Sep 17 00:00:00 2001 From: Charlie Lamb Date: Wed, 28 Jan 2026 12:48:07 +0000 Subject: [PATCH] chore: correct test timeout --- server/tests/utils/expectUtils/expectAttach.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/utils/expectUtils/expectAttach.ts b/server/tests/utils/expectUtils/expectAttach.ts index 627473393..acdc62e27 100644 --- a/server/tests/utils/expectUtils/expectAttach.ts +++ b/server/tests/utils/expectUtils/expectAttach.ts @@ -116,7 +116,7 @@ export const attachAndExpectCorrect = async ({ if (checkout_url) { await completeCheckoutForm(checkout_url); - await timeout(5000); + await timeout(10000); } if (waitForInvoice) {