mirror of https://github.com/tqdm/tqdm.git
tests: add timeouts
This commit is contained in:
parent
dd93d93c01
commit
d7ed8860a9
|
@ -45,6 +45,7 @@ jobs:
|
||||||
os: [macos-latest, windows-latest]
|
os: [macos-latest, windows-latest]
|
||||||
name: py${{ matrix.python }}-${{ matrix.os }}
|
name: py${{ matrix.python }}-${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -77,6 +78,7 @@ jobs:
|
||||||
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||||
name: py${{ matrix.python }}
|
name: py${{ matrix.python }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue