Skip to content

Commit

Permalink
change timeout to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
LPanosTT committed Jan 3, 2025
1 parent df501ab commit 137d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_torch/tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 137d691

Please sign in to comment.