From 61aa564e56422b640ab6d359aece2dfc95a2fdb7 Mon Sep 17 00:00:00 2001 From: Bill Teng Date: Mon, 27 May 2024 22:44:17 +0000 Subject: [PATCH] #0: bump C++ timeout limit to 45 minutes --- .github/workflows/cpp-post-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-post-commit.yaml b/.github/workflows/cpp-post-commit.yaml index f72345d5f83..45257cd8fca 100644 --- a/.github/workflows/cpp-post-commit.yaml +++ b/.github/workflows/cpp-post-commit.yaml @@ -40,7 +40,7 @@ jobs: run: tar -xvf ttm_${{ matrix.runner-info.arch }}.tar - uses: ./.github/actions/install-python-deps - name: ${{ matrix.test-group.name }} tests - timeout-minutes: 30 + timeout-minutes: 45 run: | source ${{ github.workspace }}/python_env/bin/activate cd $TT_METAL_HOME