stargate: Increase test timeout for broadcastTx

This commit is contained in:
willclarktech 2021-04-08 13:54:29 +02:00
parent 52c6b13d02
commit 9fbd3eaf35
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -410,6 +410,6 @@ describe("StargateClient", () => {
);
client.disconnect();
});
}, 30_000);
});
});