Skip to content

Commit

Permalink
ci: increase timeout for CI for Build CLI (Windows), fix #1547 (#1549)
Browse files Browse the repository at this point in the history
`Compiling pythonize v0.20.0` seems to take a long time

Took 36m 46s for the record,
https://github.com/MingweiSamuel/hydroflow/actions/runs/11728824729/job/32673130852
  • Loading branch information
MingweiSamuel authored Nov 7, 2024
1 parent f7b9559 commit b43e6c7
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 b43e6c7

Please sign in to comment.