android-emulator-runner icon indicating copy to clipboard operation
android-emulator-runner copied to clipboard

Add delay before script to let finish booting

Open tenzap opened this issue 2 years ago • 1 comments

Would it be possible to add a parameter that would say has long to wait before running the user script? Ideally this would be before saying the image is ready so that this delay is also added before saving the image into the cache.

This would permit the image to finish booting in the emulator and a have a reallt ready device.

I had to add a pause before in my script before running the tests

tenzap avatar Jan 05 '23 05:01 tenzap

script: sleep 5 & script.sh

munrocket avatar Dec 23 '24 14:12 munrocket