diff --git a/tt_torch/tools/utils.py b/tt_torch/tools/utils.py index e6d00644..85d424b1 100644 --- a/tt_torch/tools/utils.py +++ b/tt_torch/tools/utils.py @@ -126,7 +126,7 @@ def __init__(self): self.stable_hlo_ops = [] self.model_name = "" self.results_path = "results/models/" - self.single_op_timeout = 5 + self.single_op_timeout = 15 self.enable_intermediate_verification = False self.enable_consteval = False self._consteval_parameters = False