Skip to content

Commit

Permalink
Bump test timeout to 60 minutes (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Jul 28, 2022
1 parent 669a5ee commit 8e9069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

name: py${{ matrix.python-version }}, torch-${{ matrix.pytorch-version }}, ${{ matrix.test-markers }}, ${{ matrix.os }}

timeout-minutes: 50
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 8e9069e

Please sign in to comment.