From 6e3d899b250533a6aa6251e97b7cfdcdf172eb11 Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Tue, 20 Aug 2024 11:51:46 +0200 Subject: [PATCH] Test computed timeout --- .github/workflows/android-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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