From 8ed9c697e08fc11d1f09fd2b4545815f2c79e284 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Thu, 7 Sep 2023 00:02:18 +0200 Subject: [PATCH] Increase timeout of iOS integration tests (#897) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems so that iOS build is taking now twice the time 🤔 I couldn't find out why. For now, we can just increase the timeout of the iOS integration test. --- .github/workflows/integration_tests_app_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index 0850387f4..c137b154d 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -172,7 +172,7 @@ jobs: needs: changes runs-on: macos-13 if: ${{ needs.changes.outputs.changesFound == 'true' }} - timeout-minutes: 45 + timeout-minutes: 90 steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744