From 1ecabdfdc1066b1dd79b9b397622e6cbd66ce1a4 Mon Sep 17 00:00:00 2001 From: Sasha Abramowitz Date: Fri, 1 Nov 2024 15:49:48 +0200 Subject: [PATCH] chore: longer timeout for tests --- .github/workflows/tests_linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_linters.yml b/.github/workflows/tests_linters.yml index 5110c93f1..fe6b148cb 100644 --- a/.github/workflows/tests_linters.yml +++ b/.github/workflows/tests_linters.yml @@ -6,7 +6,7 @@ jobs: tests-and-linters: name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}" runs-on: "${{ matrix.os }}" - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: