Skip to content

Commit

Permalink
Update CI.yml timeout
Browse files Browse the repository at this point in the history
Increased CI timeout from one hour to one day

Signed-off-by: Nicholas Klugman <[email protected]>
  • Loading branch information
nicholaskl97 authored Feb 6, 2025
1 parent 6fa63a2 commit 53a019c
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 @@ -15,7 +15,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 1440
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
Expand Down

0 comments on commit 53a019c

Please sign in to comment.