Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Sep 18, 2024
1 parent 1855bf4 commit 419f3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antarest/study/storage/variantstudy/variant_study_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def get(
Returns: study data formatted in json
"""
self._safe_generation(metadata, timeout=60)
self._safe_generation(metadata, timeout=600)
self.repository.refresh(metadata)
return super().get(
metadata=metadata,
Expand Down Expand Up @@ -939,7 +939,7 @@ def get_study_sim_result(self, study: VariantStudy) -> t.List[StudySimResultDTO]
study: study
Returns: study output data
"""
self._safe_generation(study, timeout=60)
self._safe_generation(study, timeout=600)
return super().get_study_sim_result(study=study)

def set_reference_output(self, metadata: VariantStudy, output_id: str, status: bool) -> None:
Expand Down

0 comments on commit 419f3f3

Please sign in to comment.