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) {