Skip to content

Commit 1a4219a

Browse files
committed
bump timeout to give time to install extra component in all cases
1 parent c0ada11 commit 1a4219a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

0 commit comments

Comments
 (0)