From 0ee1aebea60f644e86b626061bd846922b23b9c0 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 11 Oct 2023 17:13:12 +0000 Subject: [PATCH] Build/Test Tools: Increase the timeout for the failed workflow. Following [56829], the previous `timeout-minutes` value of `5` is insufficient when approaching 10 retries. See #58867. git-svn-id: https://develop.svn.wordpress.org/trunk@56830 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/failed-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/failed-workflow.yml b/.github/workflows/failed-workflow.yml index 35d0e8a2e3..f92d4b8102 100644 --- a/.github/workflows/failed-workflow.yml +++ b/.github/workflows/failed-workflow.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - timeout-minutes: 5 + timeout-minutes: 20 steps: - name: Rerun a workflow