From 2086fc2ad69dcb95f7cdd7aa94f751fe65ae05ea Mon Sep 17 00:00:00 2001 From: Federico Cappelli Date: Mon, 11 Nov 2024 13:50:04 +0000 Subject: [PATCH] GH PR job limit increased to 20 minutes --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 87a40966e1..2248bd73f8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,7 +40,7 @@ jobs: name: Unit Tests runs-on: macos-14-xlarge - timeout-minutes: 15 + timeout-minutes: 20 outputs: commit_author: ${{ steps.fetch_commit_author.outputs.commit_author }}