We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af5206 commit d3234e9Copy full SHA for d3234e9
Makefile
@@ -511,7 +511,7 @@ tests/foundry/out/kompiled/foundry.k: tests/foundry/out/kompiled/timestamp
511
512
tests/foundry/out/kompiled/foundry.k.prove: tests/foundry/out/kompiled/timestamp
513
$(KEVM) foundry-prove tests/foundry/out \
514
- -j$(FOUNDRY_PAR) --max-depth 1000 --no-simplify-init \
+ -j$(FOUNDRY_PAR) --max-depth 20000 --no-simplify-init \
515
$(KEVM_OPTS) $(KPROVE_OPTS) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
516
517
tests/foundry/out/kompiled/timestamp: $(foundry_out) $(KEVM_LIB)/$(foundry_kompiled) venv $(lemma_includes)
0 commit comments