Skip to content

Commit 5efdb10

Browse files
relax timeout to 30 mins
1 parent cd8581f commit 5efdb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
2121
runs-on: ${{ matrix.os }}
22-
timeout-minutes: 15
22+
timeout-minutes: 30
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)