Skip to content

Commit

Permalink
tmpl recipe: adjust timing of demo recipes to avoid intermittent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jan 23, 2025
1 parent 80a1f2a commit b59675d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/cardano-parts-project/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,8 @@ start-demo:
BYRON_SIGNING_KEY="$KEY_DIR"/utxo-keys/shelley.000.skey \
ERA_CMD="alonzo" \
nix run .#job-move-genesis-utxo
echo "Sleeping 7 seconds until $(date -d @$(($(date +%s) + 7)))"
sleep 7
echo "Sleeping 10 seconds until $(date -d @$(($(date +%s) + 10)))"
sleep 10
echo
fi
Expand All @@ -991,15 +991,15 @@ start-demo:
POOL_RELAY_PORT=3001 \
ERA_CMD="alonzo" \
nix run .#job-register-stake-pools
echo "Sleeping 7 seconds until $(date -d @$(($(date +%s) + 7)))"
sleep 7
echo "Sleeping 10 seconds until $(date -d @$(($(date +%s) + 10)))"
sleep 10
echo
echo "Delegating rewards stake key..."
ERA_CMD="alonzo" \
nix run .#job-delegate-rewards-stake-key
echo "Sleeping 160 seconds until $(date -d @$(($(date +%s) + 160)))"
sleep 160
echo "Sleeping 100 seconds until $(date -d @$(($(date +%s) + 100)))"
sleep 100
echo
echo "Forking to babbage..."
Expand Down

0 comments on commit b59675d

Please sign in to comment.