From f042b5bde4e6775eaed3832292721fa47b0bda13 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Fri, 4 Oct 2024 14:03:21 -0500 Subject: [PATCH] Increase Retry Limit for VAA Retrieval --- .../contracts/tools/__tests__/test_ntt_accountant.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wormchain/contracts/tools/__tests__/test_ntt_accountant.ts b/wormchain/contracts/tools/__tests__/test_ntt_accountant.ts index 9e94f63523..5490e72b0d 100644 --- a/wormchain/contracts/tools/__tests__/test_ntt_accountant.ts +++ b/wormchain/contracts/tools/__tests__/test_ntt_accountant.ts @@ -1020,7 +1020,7 @@ describe("NTT Global Accountant Tests", () => { transport: NodeHttpTransport(), }, 1000, - 30 + 60 ); await waitForMetricsChange( (afterMetrics) => @@ -1164,7 +1164,7 @@ describe("NTT Global Accountant Tests", () => { transport: NodeHttpTransport(), }, 1000, - 30 + 60 ); await waitForMetricsChange( (afterMetrics) => @@ -1240,7 +1240,7 @@ describe("NTT Global Accountant Tests", () => { transport: NodeHttpTransport(), }, 1000, - 30 + 60 ); await waitForMetricsChange( (afterMetrics) => @@ -1528,7 +1528,7 @@ describe("NTT Global Accountant Tests", () => { transport: NodeHttpTransport(), }, 1000, - 30 + 60 ); await waitForMetricsChange( (afterMetrics) =>