Reduce number of txs in batched txs test
This commit is contained in:
parent
e85ac9e3ac
commit
cc3e1faa1d
@ -49,7 +49,7 @@ const registryTests = () => {
|
|||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
// Fund 10 new accounts for the test
|
// Fund 10 new accounts for the test
|
||||||
accounts = await createTestAccounts(10);
|
accounts = await createTestAccounts(5);
|
||||||
for (let i = 0; i < accounts.length; i++) {
|
for (let i = 0; i < accounts.length; i++) {
|
||||||
await registry.sendCoins({ denom: DENOM, amount: '1000000', destinationAddress: accounts[i].address }, privateKey, fee);
|
await registry.sendCoins({ denom: DENOM, amount: '1000000', destinationAddress: accounts[i].address }, privateKey, fee);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user