Skip to content

Commit f7f7307

Browse files
committed
ci: update check proofs verified
1 parent 7fadb30 commit f7f7307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ docker_verify_proofs_onchain:
11851185
'
11861186

11871187
DOCKER_PROOFS_WAIT_TIME=60
1188+
DOCKER_SENT_PROOFS=6
11881189

11891190
docker_verify_proof_submission_success:
11901191
@echo "Verifying proofs were successfully submitted..."
@@ -1213,7 +1214,7 @@ docker_verify_proof_submission_success:
12131214
fi; \
12141215
echo "---------------------------------------------------------------------------------------------------"; \
12151216
done; \
1216-
if [ $$(ls -1 ./aligned_verification_data/*.cbor | wc -l) -ne 5 ]; then \
1217+
if [ $$(ls -1 ./aligned_verification_data/*.cbor | wc -l) -ne $(DOCKER_SENT_PROOFS) ]; then \
12171218
echo "ERROR: Some proofs were verified successfully, but some proofs are missing in the aligned_verification_data/ directory"; \
12181219
exit 1; \
12191220
fi; \

0 commit comments

Comments
 (0)