ic
ic copied to clipboard
fix: weird error message upon instruction limit exceeded [DO_NOT_MERGE]
Running bazel test //packages/pocket-ic:slow fails with
Canister exceeded the limit of 0 instructions for single message execution.
Replacing with_benchmarking_application_subnet by with_application_subnet in packages/pocket-ic/tests/slow.rs results in a failure with an expected error message
Canister exceeded the limit of 40000000000 instructions for single message execution.