Skip to content

Commit

Permalink
#8865: Increese timout for host dispatch time unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjagrujic committed Jun 13, 2024
1 parent e12d00e commit 3c404ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tt_eager/profiling/test_host_overhead_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import csv
import os
import time
import pytest


@pytest.mark.timeout(10000)
def test_host_overhead_ci():
profile_output_folder = "host_overhead_profile/"
profile_output_filename = "final.csv"
Expand Down

0 comments on commit 3c404ca

Please sign in to comment.