Running either a single/multiple android emulator's on azure pipeline has not been a smooth journey. When running an emulator the application to test runs very slowly causing the test framework to timeout.
After checking the emulator log I have found that the emulator runs on a single logical core on the Azure macOS VM.
Could anyone please suggest a solution to solve this ?
If it's unsolvable, Is there any other way to run a emulator on Azure VM ?