From a948757b0e8996b1a889b8d616416d33bf0f7e7d Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 31 Mar 2020 23:34:11 +0800 Subject: [PATCH] chore: increase test sleep to ensure confirmation --- web3.js/test/connection.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (;;) {