Skip to content

Commit

Permalink
Update rule limit test macro search range
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Aug 25, 2023
1 parent 4278619 commit 558d03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_turing.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def test_rule_limit(self):
prog,
print_prog = prog not in PROVER_FAILURES,
normal = False,
opt_macro = 120,
opt_macro = 1600,
)

(self.assertIsNone
Expand Down

0 comments on commit 558d03d

Please sign in to comment.