File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 release :
4040 name : Verify release - ${{ matrix.os }}
4141 runs-on : ${{ matrix.os }}
42- timeout-minutes : 30
42+ timeout-minutes : 60
4343 strategy :
4444 fail-fast : false
4545 matrix :
7777 test :
7878 name : ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }}
7979 runs-on : ${{ matrix.os }}
80- timeout-minutes : 45
80+ timeout-minutes : 60
8181 strategy :
8282 fail-fast : false
8383 matrix :
@@ -127,7 +127,7 @@ jobs:
127127 test_monorepo :
128128 name : Monorepo dev - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
129129 runs-on : ${{ matrix.os }}
130- timeout-minutes : 30
130+ timeout-minutes : 60
131131 strategy :
132132 fail-fast : true
133133 matrix :
You can’t perform that action at this time.
0 commit comments