File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 test :
1919 name : Build and test
2020 runs-on : ${{ matrix.os }}
21- timeout-minutes : 20
21+ timeout-minutes : 25
2222 strategy :
2323 fail-fast : false
2424 matrix :
@@ -115,7 +115,7 @@ jobs:
115115 # test_cross_compile:
116116 # name: Cross-compile ARM
117117 # runs-on: windows-2019
118- # timeout-minutes: 20
118+ # timeout-minutes: 25
119119 # steps:
120120 # - uses: actions/checkout@v4
121121
@@ -154,7 +154,7 @@ jobs:
154154 # # This job can be run locally by running `pre-commit run`
155155 # checkers:
156156 # runs-on: windows-2019
157- # timeout-minutes: 20
157+ # timeout-minutes: 25
158158 # steps:
159159 # - uses: actions/checkout@v4
160160 # - uses: actions/setup-python@v5
@@ -178,7 +178,7 @@ jobs:
178178
179179 # mypy:
180180 # runs-on: windows-2019
181- # timeout-minutes: 20
181+ # timeout-minutes: 25
182182 # strategy:
183183 # fail-fast: false
184184 # matrix:
@@ -196,7 +196,7 @@ jobs:
196196
197197 # pyright:
198198 # runs-on: windows-2019
199- # timeout-minutes: 20
199+ # timeout-minutes: 25
200200 # strategy:
201201 # fail-fast: false
202202 # matrix:
You can’t perform that action at this time.
0 commit comments