state_sim test - slots: 140 -> 24, epochs: 17 -> 3 (#366)

This commit is contained in:
Ștefan Talpalaru 2019-08-28 20:31:21 +02:00 committed by Dustin Brody
parent 03472aa456
commit 92e3d7798f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ task test, "Run all tests":
buildBinary "test_fixture_ssz_static", "tests/official/", "-r -d:release -d:chronicles_log_level=DEBUG -d:const_preset=mainnet"
# State sim; getting into 3rd epoch useful
buildBinary "state_sim", "research/", "-r -d:release", "--validators=128 --slots=140"
buildBinary "state_sim", "research/", "-r -d:release", "--validators=128 --slots=24"
task sync_lfs_tests, "Sync LFS json tests":
# Syncs the json test files (but not the EF yaml tests)