Skip to content

Commit

Permalink
limit max_depth to 300 in pyk_prove tests (workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Oct 24, 2023
1 parent d3d9e9b commit c28c0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kevm-pyk/src/tests/integration/test_prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def test_pyk_prove(
definition_dir=target.definition_dir,
includes=[str(include_dir) for include_dir in config.INCLUDE_DIRS] + target.includes,
save_directory=use_directory,
max_depth=300, # Workaround for ecrecover00-siginvalid issue
smt_timeout=300,
smt_retry_limit=10,
md_selector='foo', # TODO Ignored flag, this is to avoid KeyError
Expand Down

0 comments on commit c28c0b2

Please sign in to comment.