Skip to content

Commit

Permalink
ci: test canary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Sep 6, 2024
1 parent 2c7a4cb commit 310a5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ then

# based on https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#hardware
# >> Agents that run macOS images are provisioned on Mac pros with a 3 core CPU, 14 GB of RAM, and 14 GB of SSD disk space.
echo "hw.cpu.ncore=3" >> $AVD_CONFIG_FILE
#echo "hw.cpu.ncore=3" >> $AVD_CONFIG_FILE

# Bump the heap size as the tests are stressing the application
echo "vm.heapSize=256M" >> $AVD_CONFIG_FILE
#echo "vm.heapSize=256M" >> $AVD_CONFIG_FILE

echo $ANDROID_HOME/emulator/emulator -list-avds

Expand Down

0 comments on commit 310a5c4

Please sign in to comment.