Skip to content

Commit

Permalink
ci: reduce epoch duration to 50 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Feb 14, 2024
1 parent f357b48 commit aa1c70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/scripts/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "Building latest version of pd from source..."
cargo build --quiet --release --bin pd

echo "Generating testnet config..."
EPOCH_DURATION="${EPOCH_DURATION:-100}"
EPOCH_DURATION="${EPOCH_DURATION:-50}"
UNBONDING_EPOCHS="${UNBONDING_EPOCHS:-1}"
cargo run --quiet --release --bin pd -- testnet generate --unbonding-epochs "$UNBONDING_EPOCHS" --epoch-duration "$EPOCH_DURATION" --timeout-commit 500ms

Expand Down

0 comments on commit aa1c70e

Please sign in to comment.