chore: increase test sleep to ensure confirmation

This commit is contained in:
Justin Starry
2020-03-31 23:34:11 +08:00
committed by Michael Vines
parent aeedd3867f
commit a948757b0e

View File

@ -1065,7 +1065,7 @@ test('transaction', async () => {
]); ]);
// Wait for one confirmation // Wait for one confirmation
await sleep(500); await sleep(1000);
let i = 0; let i = 0;
for (;;) { for (;;) {