diff --git a/web3.js/test/connection.test.js b/web3.js/test/connection.test.js index 96d41d4ed3..a1c44d1710 100644 --- a/web3.js/test/connection.test.js +++ b/web3.js/test/connection.test.js @@ -1065,7 +1065,7 @@ test('transaction', async () => { ]); // Wait for one confirmation - await sleep(500); + await sleep(1000); let i = 0; for (;;) {