Skip to content

Commit 9c85bce

Browse files
committed
🧪 Bump native timeout-minutes @ cibuildwheel
This patch sets build timeout to 9 min. Sometimes, macOS is slower.
1 parent ae8bee6 commit 9c85bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
|| format('Build wheels on {0} {1}', inputs.os, inputs.qemu)
5454
}}
5555
runs-on: ${{ inputs.os }}
56-
timeout-minutes: ${{ inputs.qemu && 60 || 8 }}
56+
timeout-minutes: ${{ inputs.qemu && 60 || 9 }}
5757
steps:
5858
- name: Compute GHA artifact name ending
5959
id: gha-artifact-name

0 commit comments

Comments
 (0)