diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00e4f9e3..02f10b6b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,5 +60,5 @@ jobs: - name: Install tox run: pip install tox tox-gh-actions - name: Run tests - run: tox -e ${{ matrix.python }} + run: tox timeout-minutes: 5