Skip to content

Commit

Permalink
Experimental: increase SMT solver timeout to 800ms in test_pyk_prove
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach committed Feb 26, 2024
1 parent 36f8e92 commit f3ed1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/tests/integration/test_prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_pyk_prove(
definition_dir=definition_dir,
includes=[str(include_dir) for include_dir in config.INCLUDE_DIRS],
save_directory=use_directory,
smt_timeout=500,
smt_timeout=800,
smt_retry_limit=10,
md_selector='foo', # TODO Ignored flag, this is to avoid KeyError
use_booster=use_booster,
Expand Down

0 comments on commit f3ed1b0

Please sign in to comment.