Increase gas limit for tests

pull/823/head
szotov 2019-04-17 16:20:15 +03:00
parent c25ed07b76
commit e77dae0c36
1 changed files with 1 additions and 1 deletions

View File

@ -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)?