Merge PR #2282: simulation: Switch the log method from a single string to string builders
This commit is contained in:
committed by
Christopher Goes
parent
8b8028e0dd
commit
173ed6a63d
@@ -157,7 +157,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=150 -v -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!"
|
||||
|
||||
Reference in New Issue
Block a user