From 4fdea7a3000fc27690de8424fbd1994a9457746f Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Thu, 11 Jul 2019 18:08:27 +0200 Subject: [PATCH] tentative fix for local network simulation to fix justification and finalization --- tests/simulation/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/simulation/start.sh b/tests/simulation/start.sh index 44291fa51..373aad919 100755 --- a/tests/simulation/start.sh +++ b/tests/simulation/start.sh @@ -14,8 +14,8 @@ mkdir -p "$VALIDATORS_DIR" cd "$GIT_ROOT" mkdir -p $BUILD_OUTPUTS_DIR -# Run with "SHARD_COUNT=4 ./start.sh" to change these -DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-4} " # Spec default: 1024 +# Run with "SHARD_COUNT=8 ./start.sh" to change these +DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-8} " # Spec default: 1024 DEFS+="-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH:-8} " # Spec default: 64 DEFS+="-d:SECONDS_PER_SLOT=${SECONDS_PER_SLOT:-12} " # Spec default: 6