From 533c4eb520c49ebd75f4f740aa572727a21d04c1 Mon Sep 17 00:00:00 2001 From: Krisztian Fekete <1246751+e3krisztian@users.noreply.github.com> Date: Thu, 12 May 2022 17:45:47 +0200 Subject: [PATCH] extend github timeout for tests to 10 minutes --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f53ffc530..21b28df1d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,7 @@ jobs: run_tests: name: Run tests runs-on: ubuntu-latest + timeout-minutes: 10 strategy: matrix: python-version: ["3.8", "3.9", "3.10"]