From 98eba4053a240a497cd3203fde9995a0c8ed9690 Mon Sep 17 00:00:00 2001 From: joanestebanr <129153821+joanestebanr@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:31:35 +0200 Subject: [PATCH] add verify batches check --- test/run-e2e-seq_sender.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/run-e2e-seq_sender.sh b/test/run-e2e-seq_sender.sh index 222a0131..2d2f8d79 100755 --- a/test/run-e2e-seq_sender.sh +++ b/test/run-e2e-seq_sender.sh @@ -29,4 +29,6 @@ $BASE_FOLDER/scripts/kurtosis_prepare_params_yml.sh "$KURTOSIS_FOLDER" "elderber kurtosis clean --all kurtosis run --enclave cdk-v1 --args-file $DEST_KURTOSIS_PARAMS_YML --image-download always $KURTOSIS_FOLDER -[ $? -ne 0 ] && echo "Error running kurtosis" && exit 1 \ No newline at end of file +[ $? -ne 0 ] && echo "Error running kurtosis" && exit 1 +echo "Waiting 10 minutes to get some verified batch...." +$KURTOSIS_FOLDER/.github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh 1 600 \ No newline at end of file