Skip to content

Commit

Permalink
Increased time to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanRumsey authored Nov 10, 2021
1 parent ce00a81 commit eafbfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stochss/handlers/util/ensemble_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run(self, preview=False, verbose=True):
log.info(f"Running {self.g_model.name} preview simulation")
live_file = f".{self.g_model.name}-preview.json"
options = {"file_path": live_file}
results = self.g_model.run(timeout=5, live_output="graph", live_output_options=options)
results = self.g_model.run(timeout=60, live_output="graph", live_output_options=options)
if verbose:
log.info(f"{self.g_model.name} preview simulation has completed")
log.info(f"Generate result plot for {self.g_model.name} preview")
Expand Down

0 comments on commit eafbfd2

Please sign in to comment.