From 47ffaa2504f1c51bf2f96fff85fa238dfa810e3c Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Mon, 9 Sep 2019 13:40:33 -0400 Subject: [PATCH] Merge PR #5018: Fix test_sim_multi_seed_long make target --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 780e45ffd1..246280c62a 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ test_race: test_sim_nondeterminism: @echo "Running non-determinism test..." @go test -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true \ - -NumBlocks=100 -BlockSize=200 -Commit=true -Period=0 -v -timeout 24h + -NumBlocks=100 -BlockSize=200 -Commit=true -Period=0 -v -timeout 24h test_sim_custom_genesis_fast: @echo "Running custom genesis simulation..." @@ -127,11 +127,11 @@ test_sim_custom_genesis_multi_seed: runsim @$(BINDIR)/runsim -Genesis=${HOME}/.gaiad/config/genesis.json -SimAppPkg=$(SIMAPP) 400 5 TestFullAppSimulation test_sim_multi_seed_long: runsim - @echo "Running multi-seed application simulation. This may take awhile!" - @$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP)500 50 TestFullAppSimulation + @echo "Running long multi-seed application simulation. This may take awhile!" + @$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) 500 50 TestFullAppSimulation test_sim_multi_seed_short: runsim - @echo "Running multi-seed application simulation. This may take awhile!" + @echo "Running short multi-seed application simulation. This may take awhile!" @$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) 50 10 TestFullAppSimulation test_sim_benchmark_invariants: