From b1228cbbe55ae158e3ed5adf2b2792912e3d45ff Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 23 May 2021 11:39:40 +0300 Subject: [PATCH] ci: increase remote python packaging timeout to 30m --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01b2e3d3f..47cbe2d69 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: