Skip to content

Commit

Permalink
#0: adjust n300 all-gather test timeout based on initial runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-snijjar committed Oct 3, 2024
1 parent b1620e5 commit 2717601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sweep_framework/sweeps/ccl/all_gather_n300.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2717601

Please sign in to comment.