Skip to content

Commit

Permalink
Run 2/5 champ only for slow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Mar 27, 2024
1 parent 683a01a commit 56cc404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_turing.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,9 @@ def _test_prover_est(self, prog_data: ProverEst):
if prog in PROVER_FAILURES:
continue

if prog == champ_2_5 and not RUN_SLOW:
continue

self.run_bb(
prog,
sim_lim = 10 ** 8,
Expand Down

0 comments on commit 56cc404

Please sign in to comment.