From 040e548391080f4dc791e8e4ad5bf13a839d159e Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 16 Aug 2024 10:56:54 +0530 Subject: [PATCH] Removed the canary channel from CI to run the emulator on stable versions. * Added the emulator boot timeout so that emulator can boot if it takes long in booting. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 666657515..a3cb997a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: disable-animations: false heap-size: 512M emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - channel: canary + emulator-boot-timeout: 1200 script: echo "Generated AVD snapshot for caching." - name: create instrumentation coverage @@ -86,7 +86,7 @@ jobs: sdcard-path-or-size: 2048M disable-animations: true heap-size: 512M - channel: canary + emulator-boot-timeout: 1200 script: bash contrib/instrumentation.sh - name: Test custom app @@ -103,6 +103,7 @@ jobs: force-avd-creation: true sdcard-path-or-size: 2048M disable-animations: true + emulator-boot-timeout: 1200 heap-size: 512M script: bash contrib/instrumentation-customapps.sh