From efa820b8f46084ff0b3dbdf693adec7a3b7a3ac3 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Thu, 23 Aug 2018 15:14:12 +0200 Subject: [PATCH] Try printing output instead --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8dab98616..d4bd0a718 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ test_sim_gaia_nondeterminism: test_sim_gaia_fast: @echo "Running quick Gaia simulation. This may take several minutes..." - @go test ./cmd/gaia/app -run TestFullGaiaSimulation -SimulationEnabled=true -SimulationNumBlocks=100 -timeout 24h + @go test ./cmd/gaia/app -run TestFullGaiaSimulation -SimulationEnabled=true -SimulationNumBlocks=200 -v -timeout 24h test_sim_gaia_slow: @echo "Running full Gaia simulation. This may take awhile!"