Skip to content

Commit fc9ff54

Browse files
authored
Extend timeout for building wheels on Windows ARM64
1 parent 167c037 commit fc9ff54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/python-wheels/github.windows.arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
name: "Build wheel for Windows ARM64"
2525
runs-on: "{{ runs_on }}"
26-
timeout-minutes: 240
26+
timeout-minutes: 300
2727
env:
2828
PYTHON_CMD: "py -{{ python_version }}{% if python_abi_tag.endswith('t') %}t{% endif %}-arm64"
2929
CMAKE_BUILD_TYPE: release

0 commit comments

Comments
 (0)