Skip to content

Commit

Permalink
Increase IPCProvider timeout to 30 seconds (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Dec 13, 2021
1 parent e0f906f commit 0268d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/go_ethereum/test_goethereum_ipc.py
Expand Up @@ -54,7 +54,7 @@ def geth_ipc_path(datadir):
@pytest.fixture(scope="module")
def web3(geth_process, geth_ipc_path):
wait_for_socket(geth_ipc_path)
_web3 = Web3(Web3.IPCProvider(geth_ipc_path, timeout=20))
_web3 = Web3(Web3.IPCProvider(geth_ipc_path, timeout=30))
return _web3


Expand Down

0 comments on commit 0268d79

Please sign in to comment.