We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bb3a0 commit 0e8d24aCopy full SHA for 0e8d24a
1 file changed
.github/workflows/reusable-build-wheel.yml
@@ -39,7 +39,7 @@ jobs:
39
build-wheel:
40
name: Build wheels on ${{ inputs.os }} ${{ inputs.qemu }}
41
runs-on: ${{ inputs.os }}-latest
42
- timeout-minutes: ${{ inputs.qemu && 47 || 14 }}
+ timeout-minutes: ${{ inputs.qemu && 120 || 15 }}
43
steps:
44
- name: Retrieve the project source from an sdist inside the GHA artifact
45
uses: re-actors/checkout-python-sdist@release/v2
0 commit comments