Skip to content

Commit

Permalink
#0: bump C++ timeout limit to 45 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed May 27, 2024
1 parent aa05992 commit 61aa564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61aa564

Please sign in to comment.