chore: increase test sleep to ensure confirmation
This commit is contained in:
committed by
Michael Vines
parent
aeedd3867f
commit
a948757b0e
@ -1065,7 +1065,7 @@ test('transaction', async () => {
|
||||
]);
|
||||
|
||||
// Wait for one confirmation
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
|
||||
let i = 0;
|
||||
for (;;) {
|
||||
|
Reference in New Issue
Block a user