Skip to content

Commit

Permalink
Increase max_cycles so the most comprehensive test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
mossprescott committed Apr 24, 2024
1 parent 574176c commit ee68954
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 @@ -260,7 +260,7 @@ def test_eval(run):

program = "\n".join(lib + ["""(eval '(+ 1 2))"""])

inspect, output = run(program)
inspect, output = run(program, max_cycles=1_000_000)

assert inspect.stack() == [3]
assert output == []
Expand Down

0 comments on commit ee68954

Please sign in to comment.