Skip to content

Commit

Permalink
fix: increase timeout to allow pipeline to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-mindset committed Mar 20, 2024
1 parent 593a494 commit 7802fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ permissions:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
julia-version: ['1.10', '1', 'nightly']
julia-arch: [x64, x86]
julia-arch: [x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
Expand Down

0 comments on commit 7802fa3

Please sign in to comment.