chore: correct test timeout

This commit is contained in:
Charlie Lamb
2026-01-28 12:48:07 +00:00
parent 13965d138a
commit 4dff80de16

View File

@@ -116,7 +116,7 @@ export const attachAndExpectCorrect = async ({
if (checkout_url) {
await completeCheckoutForm(checkout_url);
await timeout(5000);
await timeout(10000);
}
if (waitForInvoice) {