mirror of https://github.com/nucypher/nucypher.git
Increase gas limit for tests
parent
c25ed07b76
commit
e77dae0c36
|
@ -121,4 +121,4 @@ MOCK_IP_ADDRESS_2 = '10.10.10.10'
|
|||
|
||||
MOCK_URSULA_DB_FILEPATH = ':memory:'
|
||||
|
||||
PYEVM_GAS_LIMIT = 6500000 # TODO: move elsewhere (used to set pyevm gas limit in tests)?
|
||||
PYEVM_GAS_LIMIT = 8000000 # TODO: move elsewhere (used to set pyevm gas limit in tests)?
|
Loading…
Reference in New Issue