diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index a8f76266eb09..dee1736be875 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -407,7 +407,7 @@ jobs: instrumented-tests: name: Run instrumented tests runs-on: [self-hosted, android-device] - timeout-minutes: 30 + timeout-minutes: 30 + ${{ inputs.mockapi_test_repeat }} * 15 needs: [build-app, build-instrumented-tests] strategy: fail-fast: false