Skip to content

Commit d987c4e

Browse files
committed
Account for pytest-xdist loading times
1 parent 7e20530 commit d987c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/contracts/test_contract_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_init_multiple_contracts_performance(w3, emitter_contract_data):
8585
abi=emitter_contract_data["abi"], bytecode=emitter_contract_data["bytecode"]
8686
)
8787
# assert initializing 500 contracts is within a conservative / reasonable time
88-
assert (time.time() - start_time) < 1.75
88+
assert (time.time() - start_time) < 3
8989

9090

9191
# -- async -- #

0 commit comments

Comments
 (0)