From 427bad4c9d980ca0648cf3d963ba31530d63d2c1 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 7 Nov 2023 17:21:16 +0000 Subject: [PATCH] Restore original CI timeout --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1774551a33..cf5aa4939b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-20.04 - - timeout-minutes: 120 + timeout-minutes: 60 steps: