Skip to content

Commit

Permalink
Increase Retry Limit for VAA Retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Oct 4, 2024
1 parent dce9452 commit f042b5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wormchain/contracts/tools/__tests__/test_ntt_accountant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ describe("NTT Global Accountant Tests", () => {
transport: NodeHttpTransport(),
},
1000,
30
60
);
await waitForMetricsChange(
(afterMetrics) =>
Expand Down Expand Up @@ -1164,7 +1164,7 @@ describe("NTT Global Accountant Tests", () => {
transport: NodeHttpTransport(),
},
1000,
30
60
);
await waitForMetricsChange(
(afterMetrics) =>
Expand Down Expand Up @@ -1240,7 +1240,7 @@ describe("NTT Global Accountant Tests", () => {
transport: NodeHttpTransport(),
},
1000,
30
60
);
await waitForMetricsChange(
(afterMetrics) =>
Expand Down Expand Up @@ -1528,7 +1528,7 @@ describe("NTT Global Accountant Tests", () => {
transport: NodeHttpTransport(),
},
1000,
30
60
);
await waitForMetricsChange(
(afterMetrics) =>
Expand Down

0 comments on commit f042b5b

Please sign in to comment.