From 236e0d22bfe472cb5ebbb6e81915b3850207e4bc Mon Sep 17 00:00:00 2001 From: leruaa Date: Thu, 16 Jan 2025 12:59:25 +0000 Subject: [PATCH] fix sleep_time --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 15bc562..09c5413 100644 --- a/Justfile +++ b/Justfile @@ -50,7 +50,7 @@ run-eth-proofs cluster_id="1" sleep_time="900": SP1_PROVER=cuda cargo run --bin rsp --release -F cuda -- --block-number $ROUNDED_BLOCK --eth-proofs-cluster-id {{cluster_id}} --rpc-url $RPC_URL --prove echo "Sleeping for $(({{sleep_time}} / 60)) minutes..." - sleep $sleep_time + sleep {{sleep_time}} done # Usage: