From 2909d96e5127b76aa3b1c01ba4049e56f5ebb89e Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Wed, 23 Aug 2023 12:34:11 +0200 Subject: [PATCH] Increase timeout as we don't have caching yet Signed-off-by: Stefan Scherer --- .github/workflows/e2e-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-mac.yml b/.github/workflows/e2e-mac.yml index 04cde47b2..e7d598858 100644 --- a/.github/workflows/e2e-mac.yml +++ b/.github/workflows/e2e-mac.yml @@ -23,7 +23,7 @@ jobs: e2e-mac: name: Build and test runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 25 strategy: fail-fast: false matrix: