ci: increase remote python packaging timeout to 30m

This commit is contained in:
link2xt
2021-05-23 11:39:40 +03:00
parent 09f5b015bb
commit b1228cbbe5

View File

@@ -27,7 +27,10 @@ jobs:
- checkout
# the following commands on success produces
# workspace/{wheelhouse,py-docs} as artefact directories
- run: bash scripts/remote_python_packaging.sh
- run:
# building aarch64 packages under qemu is very slow
no_output_timeout: 30m
command: bash scripts/remote_python_packaging.sh
- persist_to_workspace:
root: workspace
paths: