Skip to content

Commit

Permalink
[CI] Extend integration timeout to 30 min (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti authored May 25, 2023
1 parent 87c14e7 commit 3570bb8
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 @@ -85,7 +85,7 @@ jobs:
integration:
name: ${{ matrix.package.repo }} - julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3570bb8

Please sign in to comment.