Skip to content

Commit

Permalink
CPU Unit Test CI timeout to 15m
Browse files Browse the repository at this point in the history
Differential Revision: D52631822
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Jan 9, 2024
1 parent 5424d4a commit 96d908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: ${{ matrix.os }}
timeout: 30
timeout: 15
script: |
ldd --version
conda create -y --name build_binary python=${{ matrix.python-version }}
Expand Down

0 comments on commit 96d908b

Please sign in to comment.