Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix timeout syntax (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJFSalomon authored Apr 8, 2024
1 parent 36dd874 commit 0ae8fd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
name: ${{ matrix.platform }} py${{ matrix.python-version }}
runs-on: ${{ matrix.platform }}
timeout: 30
timeout-minutes: 30
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit 0ae8fd9

Please sign in to comment.