File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1185,6 +1185,7 @@ docker_verify_proofs_onchain:
11851185 '
11861186
11871187DOCKER_PROOFS_WAIT_TIME =60
1188+ DOCKER_SENT_PROOFS =6
11881189
11891190docker_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 ; \
You can’t perform that action at this time.
0 commit comments