Skip to content

Commit

Permalink
Sleep for 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 9, 2024
1 parent 3a33c9c commit 8e1f221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,8 @@ docker_verify_proof_submission_success:
docker exec $(shell docker ps | grep batcher | awk '{print $$1}') \
sh -c ' \
if [ ! -d "./aligned_verification_data" ]; then echo "ERROR: aligned_verification_data direcroty does not exist." && exit 1; fi; \
echo "Waiting 60 seconds before starting proof verification. \n"; \
sleep 60; \
echo "Waiting 2 minutes before starting proof verification. \n"; \
sleep 120; \
for proof in ./aligned_verification_data/*; do \
echo "Verifying proof $${proof} \n"; \
verification=$$(aligned verify-proof-onchain \
Expand Down

0 comments on commit 8e1f221

Please sign in to comment.