diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index 1a16f071..c57ec28a 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -22,7 +22,7 @@ jobs: name: iOS runs-on: macos-14 # TODO matrix across APIs, at least 10 and 13 (lowest to highest) - timeout-minutes: 60 + timeout-minutes: 100 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: @@ -125,6 +125,7 @@ jobs: - name: Build App, Boot Simulator, Run App id: run1 + timeout-minutes: 30 continue-on-error: true run: | export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" @@ -141,6 +142,7 @@ jobs: - name: Build App, Boot Simulator, Run App Retry 1 id: run2 + timeout-minutes: 30 if: steps.run1.outcome=='failure' continue-on-error: true run: | @@ -158,6 +160,7 @@ jobs: - name: Build App, Boot Simulator, Run App Retry 2 id: run3 + timeout-minutes: 30 if: steps.run2.outcome=='failure' continue-on-error: true run: | @@ -227,4 +230,4 @@ jobs: - uses: codecov/codecov-action@v4 with: - verbose: true \ No newline at end of file + verbose: true