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