Skip to content

Commit 0e8d24a

Browse files
authored
Increase timeout for qemu based builds (#1064)
1 parent a9bb3a0 commit 0e8d24a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build-wheel:
4040
name: Build wheels on ${{ inputs.os }} ${{ inputs.qemu }}
4141
runs-on: ${{ inputs.os }}-latest
42-
timeout-minutes: ${{ inputs.qemu && 47 || 14 }}
42+
timeout-minutes: ${{ inputs.qemu && 120 || 15 }}
4343
steps:
4444
- name: Retrieve the project source from an sdist inside the GHA artifact
4545
uses: re-actors/checkout-python-sdist@release/v2

0 commit comments

Comments
 (0)