From 13bf90a51ce9b1f69a8c4e84cffc3ba7112bd39b Mon Sep 17 00:00:00 2001 From: andrecs <12188364+andrecsilva@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:25:26 -0300 Subject: [PATCH] Increased test timeout in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b458e45..992c35f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: test: name: Run pytest runs-on: ubuntu-20.04 - timeout-minutes: 17 + timeout-minutes: 22 strategy: matrix: python-version: ['3.10', '3.11', '3.12']