From 2c5878a00979164930487c03a075fead0e769f90 Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Wed, 30 Oct 2024 13:44:31 -0400 Subject: [PATCH] #0: Bump the timeout (#14482) Successful runs already brush up against this limit: https://github.com/tenstorrent/tt-metal/actions/runs/11587903090/job/32260805419 And some runs trip over it: https://github.com/tenstorrent/tt-metal/actions/runs/11595963824/job/32286007664 --- .github/workflows/tgg-unit-tests-impl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tgg-unit-tests-impl.yaml b/.github/workflows/tgg-unit-tests-impl.yaml index ad9715cdc04..f111305ec22 100644 --- a/.github/workflows/tgg-unit-tests-impl.yaml +++ b/.github/workflows/tgg-unit-tests-impl.yaml @@ -35,7 +35,7 @@ jobs: run: tar -xvf ttm_${{ matrix.test-group.arch }}.tar - uses: ./.github/actions/install-python-deps - name: Run unit regression tests - timeout-minutes: 45 + timeout-minutes: 60 run: | source ${{ github.workspace }}/python_env/bin/activate cd $TT_METAL_HOME