From 7ec57e158704767c7eaad0bbd605f51d057acbe1 Mon Sep 17 00:00:00 2001 From: harsh-dialpad <49658624+harsh-dialpad@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:26:03 -0700 Subject: [PATCH] chore(poetry-publish): Allow users to specify timeout for poetry build --- poetry/orb.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/poetry/orb.yaml b/poetry/orb.yaml index 4b2b70d..11acaec 100644 --- a/poetry/orb.yaml +++ b/poetry/orb.yaml @@ -118,6 +118,12 @@ jobs: workflows with complicated build processes. type: boolean default: true + build_timeout: + description: > + Sets the timeout value for 'poetry build' step. Useful for + workflows with longer build times. + type: string + default: 10m cwd: default: '.' description: > @@ -173,6 +179,7 @@ jobs: steps: - run: command: poetry build + no_output_timeout: <> working_directory: <> - when: condition: << parameters.repository_url >>