From 058eef4aed21589c4e91662283fa9fa6bd24d26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 12 May 2022 14:35:10 +0200 Subject: [PATCH] Increasing size a bit more for API 23 --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index cc6070b89..50745fc5c 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -102,7 +102,7 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86 disable-animations: true - disk.dataPartition.size: 1200M + disk.dataPartition.size: 1500M script: ./gradlew connectedAndroidTest -x :benchmark:connectedBenchmarkAndroidTest - name: Upload test reports