File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ jobs:
723723 androidauto-test :
724724 executor :
725725 name : android/android-machine
726- resource-class : large
726+ resource-class : xlarge
727727 tag : 2022.04.1
728728 steps :
729729 - when :
@@ -735,8 +735,8 @@ jobs:
735735 steps :
736736 - checkout
737737 - android/start-emulator-and-run-tests :
738- post-emulator-launch-assemble-command : ./gradlew libnavui-androidauto:assembleDebugAndroidTest
739- test-command : ./gradlew libnavui-androidauto:connectedDebugAndroidTest
738+ post-emulator-launch-assemble-command : ./gradlew libnavui-androidauto:assembleDebugAndroidTest -Dorg.gradle.jvmargs=-Xmx3g
739+ test-command : ./gradlew libnavui-androidauto:connectedDebugAndroidTest -Dorg.gradle.jvmargs=-Xmx3g
740740 system-image : system-images;android-30;google_apis_playstore;x86
741741 wait-for-emulator : false
742742 save-gradle-cache : false
You can’t perform that action at this time.
0 commit comments