stargate: Increase test timeout for broadcastTx

This commit is contained in:
willclarktech
2021-04-08 14:55:06 +02:00
parent 52c6b13d02
commit 9fbd3eaf35
+1 -1
View File
@@ -410,6 +410,6 @@ describe("StargateClient", () => {
);
client.disconnect();
});
}, 30_000);
});
});