Skip to content

Commit

Permalink
Set unsafe run cost
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 2, 2023
1 parent 983db0d commit 28bb37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/tests/game-referee-in-cl23/test_library_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from clvm_rs import Program
from steprun import diag_run_clvm, compile_module_with_symbols

Program.set_run_unsafe_max_cost(11000000000)

compile_module_with_symbols(['.'], 'smoke_test_deep_compare.clsp')
compare_program = Program.from_bytes(bytes.fromhex(open('smoke_test_deep_compare.clvm.hex').read()))

Expand Down

0 comments on commit 28bb37c

Please sign in to comment.