Skip to content

Commit

Permalink
increase timeout in CI
Browse files Browse the repository at this point in the history
as 15 minutes appears to be too restrictive for some systems
  • Loading branch information
boriskaus authored Oct 17, 2024
1 parent 7e7bc54 commit 33f60d2
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 @@ -18,7 +18,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 33f60d2

Please sign in to comment.