Skip to content

Commit

Permalink
Remove timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Sep 22, 2024
1 parent 95b6314 commit 52332d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:

Ubuntu:
name: 'Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})'
timeout-minutes: 10
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
Expand Down Expand Up @@ -137,7 +135,6 @@ jobs:

macOS:
name: 'macOS (${{ matrix.python }})'
timeout-minutes: 15
runs-on: 'macos-latest'
strategy:
fail-fast: false
Expand Down

0 comments on commit 52332d2

Please sign in to comment.