Skip to content

Commit

Permalink
fix sleep_time
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Jan 16, 2025
1 parent 63961f0 commit 236e0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 236e0d2

Please sign in to comment.