Skip to content

Commit d7ed886

Browse files
committed
tests: add timeouts
1 parent dd93d93 commit d7ed886

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
os: [macos-latest, windows-latest]
4646
name: py${{ matrix.python }}-${{ matrix.os }}
4747
runs-on: ${{ matrix.os }}
48+
timeout-minutes: 20
4849
steps:
4950
- uses: actions/checkout@v2
5051
with:
@@ -77,6 +78,7 @@ jobs:
7778
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
7879
name: py${{ matrix.python }}
7980
runs-on: ubuntu-latest
81+
timeout-minutes: 20
8082
steps:
8183
- uses: actions/checkout@v2
8284
with:

0 commit comments

Comments
 (0)