From 22a79219a1a31fb0f3ab7998ee08c3d837a5f7d3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 19 Aug 2021 14:22:29 -0400 Subject: [PATCH] Lol, guess windows needs the extra minutes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f446f48..447b4f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: testing: name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}' - timeout-minutes: 5 + timeout-minutes: 9 runs-on: ${{ matrix.os }} strategy: fail-fast: false