Skip to content

Commit

Permalink
chore: increase gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pik694 committed Jan 9, 2020
1 parent 8f2563f commit 5c96407
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_slow(testlang, w3):
testlang.process_exits(NULL_ADDRESS, 0, 3)
print(f'[{datetime.datetime.now()}](#5): process exits gas is {testlang.w3.eth.last_gas_used}')
max_gas = max(max_gas, testlang.w3.eth.last_gas_used)

print(f'max_gas is {max_gas}')

assert max_gas < 400000
assert max_gas < 1000000

0 comments on commit 5c96407

Please sign in to comment.