From e4cb9e11c8a63b838f1da5a299c172480bbe1bf1 Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Mon, 21 Nov 2022 18:34:04 -0500 Subject: [PATCH] Add --info --- .github/workflows/instrumentation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 1702ad6c..885e1e65 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -50,7 +50,7 @@ jobs: MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_ANDROID }} - name: Run instrumentation tests - run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" + run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" --info # Due to a bug, setupTimeoutMinutes is actually expressed in seconds. Fix merged into AGP, # but not released yet as of 7.3.1. TODO clean up once property is fixed