From 5f97951662f299cb0312e15aa2363523c1e1e743 Mon Sep 17 00:00:00 2001 From: tommasini Date: Thu, 20 Nov 2025 16:25:41 +0000 Subject: [PATCH 1/2] timeout build android apk for e2e 30 minutes --- .github/workflows/build-android-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-android-e2e.yml b/.github/workflows/build-android-e2e.yml index 8cba763d005b..d82cc88456ab 100644 --- a/.github/workflows/build-android-e2e.yml +++ b/.github/workflows/build-android-e2e.yml @@ -33,6 +33,7 @@ jobs: build-android-apks: name: Build Android E2E APKs runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg + timeout-minutes: 30 env: GRADLE_USER_HOME: /home/admin/_work/.gradle CACHE_GENERATION: v1 # Increment this to bust the cache (v1, v2, v3, etc.) From c66917a5f5db0c46a749defbbd3fae389f9fdcd5 Mon Sep 17 00:00:00 2001 From: tommasini Date: Thu, 20 Nov 2025 16:35:52 +0000 Subject: [PATCH 2/2] increase it to 40 minutes --- .github/workflows/build-android-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-android-e2e.yml b/.github/workflows/build-android-e2e.yml index d82cc88456ab..d3eb7d0bfdb8 100644 --- a/.github/workflows/build-android-e2e.yml +++ b/.github/workflows/build-android-e2e.yml @@ -33,7 +33,7 @@ jobs: build-android-apks: name: Build Android E2E APKs runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg - timeout-minutes: 30 + timeout-minutes: 40 env: GRADLE_USER_HOME: /home/admin/_work/.gradle CACHE_GENERATION: v1 # Increment this to bust the cache (v1, v2, v3, etc.)