Android-wait-for-emulator

Hi Team,
I am running the integration test for flutter app, while running the integration test for android , it got stuck on starting the android emulator, below is the log details.

! Doctor found issues in 2 categories.
1334$ ./script/android-wait-for-emulator.sh
1335
1336
1337No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
1338Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
1339
1340The build has been terminated

Please show the actual build.

Looks like ./script/android-wait-for-emulator.sh is your own script. It can thus be anything depending on what this script is doing.

It also gives no output whatsoever, so if it has multiple steps, it’s impossible to know which of them hangs.