From e0b3758fd2317be2b6e8c9303b1d3f63ff4e53c6 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 29 Mar 2021 08:53:22 -0700 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b24e70..8ca6b4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: jobs: release: - timeout-minutes: 5 + timeout-minutes: 20 runs-on: ubuntu-latest @@ -22,6 +22,10 @@ jobs: steps: - uses: ahmadnassri/action-workflow-run-wait@v1 + with: + delay: 10000 + timeout: 900000 + ignore-cancelled: true - uses: actions/checkout@v2 with: