diff --git a/fixtures/call_external/tests/call_external.ts b/fixtures/call_external/tests/call_external.ts index 899b661..a67a7aa 100644 --- a/fixtures/call_external/tests/call_external.ts +++ b/fixtures/call_external/tests/call_external.ts @@ -19,7 +19,7 @@ describe("call_external", () => { maxSupportedTransactionVersion: 0, commitment: "confirmed", }); - if (txDetails == null && ++nAttempts < 2) { + if (txDetails == null && ++nAttempts < 3) { console.log("Retrying transaction fetch...") } else { break;