From af235b610141bc7912a7a12aa437a4930583ba14 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 4 Oct 2024 11:24:53 -0500 Subject: [PATCH 1/2] test(ci, ios): allow more time for e2e test --- .github/workflows/tests_e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index 9df986e9..cf1afaf4 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -197,7 +197,7 @@ jobs: run: nohup sh -c "xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &" - name: E2E Test - timeout-minutes: 6 + timeout-minutes: 12 run: | export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:/opt/homebrew/bin:$PATH" export CCACHE_SLOPPINESS=clang_index_store,file_stat_matches,include_file_ctime,include_file_mtime,ivfsoverlay,pch_defines,modules,system_headers,time_macros From 15c11662f8df554e32ef124ffe4d2476a1d1a477 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 4 Oct 2024 11:34:08 -0500 Subject: [PATCH 2/2] test(ci, ios): try more powerful runner, possible de-flake --- .github/workflows/tests_e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index cf1afaf4..99fc3865 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -20,7 +20,7 @@ concurrency: jobs: ios: name: iOS - runs-on: macos-14 + runs-on: macos-14-xlarge # TODO matrix across APIs, at least 10 and 13 (lowest to highest) timeout-minutes: 100 env: