We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4b447 commit 70adb10Copy full SHA for 70adb10
sdk/__tests__/utils.ts
@@ -277,11 +277,7 @@ async function waitForRelay(
277
dst: Ctx,
278
retryTime: number = 2000
279
) {
280
- console.log("Sleeping for 1 min to allow signing of VAA");
281
- await new Promise((resolve) => setTimeout(resolve, 60 * 1000));
282
-
283
- // long timeout because the relayer has consistency level set to 15
284
- const vaa = await wh.getVaa(msgId, "Uint8Array", 2 * 60 * 1000);
+ const vaa = await wh.getVaa(msgId, "Uint8Array");
285
const deliveryHash = keccak256(vaa!.hash);
286
287
const wormholeRelayer = IWormholeRelayer__factory.connect(
0 commit comments