Skip to content

Commit d3234e9

Browse files
committed
Makefile: up CI to doing 20000 steps at a time
1 parent 2af5206 commit d3234e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ tests/foundry/out/kompiled/foundry.k: tests/foundry/out/kompiled/timestamp
511511

512512
tests/foundry/out/kompiled/foundry.k.prove: tests/foundry/out/kompiled/timestamp
513513
$(KEVM) foundry-prove tests/foundry/out \
514-
-j$(FOUNDRY_PAR) --max-depth 1000 --no-simplify-init \
514+
-j$(FOUNDRY_PAR) --max-depth 20000 --no-simplify-init \
515515
$(KEVM_OPTS) $(KPROVE_OPTS) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
516516

517517
tests/foundry/out/kompiled/timestamp: $(foundry_out) $(KEVM_LIB)/$(foundry_kompiled) venv $(lemma_includes)

0 commit comments

Comments
 (0)