From 52332d2003de3e9388d3513b2b0537f6fdef12c9 Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Sun, 22 Sep 2024 03:05:13 -0400 Subject: [PATCH] Remove timeouts --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6be2f88e..9eaf7a2fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ concurrency: jobs: Windows: name: 'Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }})' - timeout-minutes: 20 runs-on: 'windows-latest' strategy: fail-fast: false @@ -81,7 +80,6 @@ jobs: Ubuntu: name: 'Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})' - timeout-minutes: 10 runs-on: 'ubuntu-latest' strategy: fail-fast: false @@ -137,7 +135,6 @@ jobs: macOS: name: 'macOS (${{ matrix.python }})' - timeout-minutes: 15 runs-on: 'macos-latest' strategy: fail-fast: false