Skip to content

Commit 8d45c3d

Browse files
reduce time for test
1 parent ea78fb0 commit 8d45c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/stochastic/applications/test-fractures.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace
7171
geode::FractureSimulationRunner runner{ std::move( context ) };
7272
// run simulation
7373
geode::SimulationConfigurator sim_config;
74-
sim_config.realizations = 2000;
74+
sim_config.realizations = 500;
7575
sim_config.metropolis_hasting_steps = 100;
7676
sim_config.burn_in_steps = 1000;
7777

@@ -157,7 +157,7 @@ namespace
157157
geode::FractureSimulationRunner runner{ std::move( context ) };
158158
// run simulation
159159
geode::SimulationConfigurator sim_config;
160-
sim_config.realizations = 2000;
160+
sim_config.realizations = 500;
161161
sim_config.metropolis_hasting_steps = 100;
162162
sim_config.burn_in_steps = 1000;
163163

0 commit comments

Comments
 (0)