File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,11 @@ test_sim_gaia_fast:
170170
171171test_sim_gaia_import_export : runsim
172172 @echo " Running Gaia import/export simulation. This may take several minutes..."
173- $(BINDIR ) /runsim 50 5 TestGaiaImportExport
173+ $(BINDIR ) /runsim 25 5 TestGaiaImportExport
174174
175175test_sim_gaia_simulation_after_import : runsim
176176 @echo " Running Gaia simulation-after-import. This may take several minutes..."
177- $(BINDIR ) /runsim 50 5 TestGaiaSimulationAfterImport
177+ $(BINDIR ) /runsim 25 5 TestGaiaSimulationAfterImport
178178
179179test_sim_gaia_custom_genesis_multi_seed : runsim
180180 @echo " Running multi-seed custom genesis simulation..."
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ sim-gaia-fast:
2323
2424sim-gaia-import-export : runsim
2525 @echo " Running Gaia import/export simulation. This may take several minutes..."
26- $(GOPATH ) /bin/runsim 50 5 TestGaiaImportExport
26+ $(GOPATH ) /bin/runsim 25 5 TestGaiaImportExport
2727
2828sim-gaia-simulation-after-import : runsim
2929 @echo " Running Gaia simulation-after-import. This may take several minutes..."
30- $(GOPATH ) /bin/runsim 50 5 TestGaiaSimulationAfterImport
30+ $(GOPATH ) /bin/runsim 25 5 TestGaiaSimulationAfterImport
3131
3232sim-gaia-custom-genesis-multi-seed : runsim
3333 @echo " Running multi-seed custom genesis simulation..."
You can’t perform that action at this time.
0 commit comments