We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e20530 commit d987c4eCopy full SHA for d987c4e
tests/core/contracts/test_contract_init.py
@@ -85,7 +85,7 @@ def test_init_multiple_contracts_performance(w3, emitter_contract_data):
85
abi=emitter_contract_data["abi"], bytecode=emitter_contract_data["bytecode"]
86
)
87
# assert initializing 500 contracts is within a conservative / reasonable time
88
- assert (time.time() - start_time) < 1.75
+ assert (time.time() - start_time) < 3
89
90
91
# -- async -- #
0 commit comments