From 589209bf5ff78f8bc8861357bb10468a2d7d56d3 Mon Sep 17 00:00:00 2001 From: Yonatan Most <315238+ymost@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:34:04 +0300 Subject: [PATCH] Add timeout for tests (#155) Co-authored-by: Yonatan Most <> --- .github/workflows/runtests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 2f1755d..44604ed 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -13,6 +13,7 @@ jobs: build: runs-on: ubuntu-latest + timeout-minutes: 1 strategy: matrix: python-version: [ '3.6', '3.7', '3.8', '3.9' ] # Make sure this matches the supported versions in setup.py