xing / mango

A fastlane plugin that lets you execute tasks in a managed docker container
MIT License
51 stars 8 forks source link

Fix shell not being ready #28

Closed JoeSSS closed 6 years ago

JoeSSS commented 6 years ago

After we moved direct bash execution to Actions.sh we uncovered a problem that was silently suppressed before. Sometimes, if we call adb shell... to fast, it will fail because probably it needs some time to startup.

This PR adds several retries to shell execution.