From e77dae0c369d7c70713a342a58a1e95f45c99e1a Mon Sep 17 00:00:00 2001 From: szotov Date: Wed, 17 Apr 2019 16:20:15 +0300 Subject: [PATCH] Increase gas limit for tests --- nucypher/utilities/sandbox/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher/utilities/sandbox/constants.py b/nucypher/utilities/sandbox/constants.py index 51b47d3c5..624a86808 100644 --- a/nucypher/utilities/sandbox/constants.py +++ b/nucypher/utilities/sandbox/constants.py @@ -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)? \ No newline at end of file +PYEVM_GAS_LIMIT = 8000000 # TODO: move elsewhere (used to set pyevm gas limit in tests)? \ No newline at end of file