Skip to content

Commit 64339a1

Browse files
authored
CI: increase timeout to 60 minutes (#57)
1 parent 1aae940 commit 64339a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1616
runs-on: ${{ matrix.os }}
17-
timeout-minutes: 30
17+
timeout-minutes: 60
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)