Skip to content

Commit

Permalink
Add --info
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Nov 21, 2022
1 parent 18b98c5 commit a2880eb
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.GMP_API_KEY }}

- 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 a2880eb

Please sign in to comment.