diff --git a/tests/sweep_framework/sweeps/ccl/all_gather_n300.py b/tests/sweep_framework/sweeps/ccl/all_gather_n300.py index 963e7f48a7c..90a563e96a8 100644 --- a/tests/sweep_framework/sweeps/ccl/all_gather_n300.py +++ b/tests/sweep_framework/sweeps/ccl/all_gather_n300.py @@ -16,7 +16,7 @@ from ttnn import ShardTensorToMesh # Override the default timeout in seconds for hang detection. -TIMEOUT = 30 +TIMEOUT = 75 # Parameters provided to the test vector generator are defined here. # They are defined as dict-type suites that contain the arguments to the run function as keys, and lists of possible inputs as values.