Reduce number of txs in batched txs test
Some checks failed
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 1m47s
Tests / sdk_tests (pull_request) Failing after 9m20s

This commit is contained in:
Prathamesh Musale 2024-08-27 16:16:17 +05:30
parent fea30985c5
commit ee4c431bc8

View File

@ -49,7 +49,7 @@ const registryTests = () => {
beforeAll(async () => {
// Fund 10 new accounts for the test
accounts = await createTestAccounts(10);
accounts = await createTestAccounts(5);
for (let i = 0; i < accounts.length; i++) {
await registry.sendCoins({ denom: DENOM, amount: '1000000', destinationAddress: accounts[i].address }, privateKey, fee);
}