Skip to content

Commit

Permalink
ci: increase timeout for CI for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Nov 7, 2024
1 parent f7b9559 commit a6daca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
test:
name: Test Suite
if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.event_name != 'pull_request' }}
timeout-minutes: 35
timeout-minutes: 50
needs: pre_job
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
source .venv/bin/activate
pip install maturin
maturin develop
- name: Build CLI (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down

0 comments on commit a6daca0

Please sign in to comment.