Skip to content

Commit

Permalink
CPU Unit Test CI timeout to 15m (pytorch#1617)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1617

Decrease CPU Unit Test CI timeout. Mostly finishes drastically less than 15m

Reviewed By: henrylhtsang

Differential Revision: D52631822

fbshipit-source-id: 81e9795a11ae5f0d0c73acda30868934ffcd010d
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Jan 9, 2024
1 parent 02839f8 commit 9bc6103
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 9bc6103

Please sign in to comment.