Skip to content

Commit

Permalink
Add --info
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jan 10, 2023
1 parent 8b42ea5 commit e4cb9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instrumentation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4cb9e1

Please sign in to comment.