Skip to content

Commit

Permalink
Increase max cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
mossprescott committed Mar 27, 2024
1 parent 1a25ea9 commit 4646f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt/scheme/test_rvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def go(xs):
return "(define (cons $$x $$y) (rib $$x $$y 0))\n" + go(list(exprs))


def run_to_halt(program, interpreter, max_cycles=200000, simulator="codegen"):
def run_to_halt(program, interpreter, max_cycles=250000, simulator="codegen"):
"""Compile and run a Scheme program, then return a function for inspecting the RAM, and a
list of words that were written to the TTY port.
"""
Expand Down

0 comments on commit 4646f65

Please sign in to comment.