From 39d50fc1dea1ee62521899556733a2668d460da2 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 30 Oct 2024 14:04:43 -0400 Subject: [PATCH] FIX: Timeout --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 126ec9a8e90..2aa74fe9b99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: pytest: name: '${{ matrix.os }} / ${{ matrix.kind }} / ${{ matrix.python }}' needs: style - timeout-minutes: 70 + timeout-minutes: 80 runs-on: ${{ matrix.os }} defaults: run: