Skip to content

Commit

Permalink
increase timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 10, 2024
1 parent 31a94b0 commit dd7ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'Clapeyron skip ci')"
timeout-minutes: 80
timeout-minutes: 100
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dd7ea5e

Please sign in to comment.