From d7ed8860a923cd8adb0d55ef35c27889a29a0d1f Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 28 Jun 2021 22:08:04 +0100 Subject: [PATCH] tests: add timeouts --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaf85b5f3..e45c13dde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,7 @@ jobs: os: [macos-latest, windows-latest] name: py${{ matrix.python }}-${{ matrix.os }} runs-on: ${{ matrix.os }} + timeout-minutes: 20 steps: - uses: actions/checkout@v2 with: @@ -77,6 +78,7 @@ jobs: python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] name: py${{ matrix.python }} runs-on: ubuntu-latest + timeout-minutes: 20 steps: - uses: actions/checkout@v2 with: