Skip to content

Commit

Permalink
Increase timeout for Velvet
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Dec 4, 2024
1 parent 45fa1ee commit 242e353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/velvet/test_velvet_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ def web3(anvil_base_fork) -> Web3:
make_anvil_custom_rpc_request(web3, "evm_revert", [snapshot])
else:
# Anvil
web3 = create_multi_provider_web3(anvil_base_fork.json_rpc_url)
web3 = create_multi_provider_web3(
anvil_base_fork.json_rpc_url,
default_http_timeout=(2, 45),
)
assert web3.eth.chain_id == 8453
yield web3

Expand Down

0 comments on commit 242e353

Please sign in to comment.