-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maestro in GitHub Action times out "Maestro Android driver did not start up in time" #965
Comments
@latorante Right now there isn't a way to customize the wait time, but if you want to contribute to Maestro, please feel free to open a PR and drive the solution. |
we tried to use Try to use |
Thanks @felipevolpone and @retyui . I will consider those options! |
@theinterlocker7 did it work? |
If you have access to large github runners, try ubuntu 4core and install KVM. |
likely a duplicate of #1585 |
Hey hey,
I've got a GitHub Action, which runs on
macos-12
and starts up an emulator to run tests on. The Action fails to start and ends up with this error:I have noticed others already mentioned this, and there was a PR updating the timeout to 15 seconds (here: https://github.com/mobile-dev-inc/maestro/blob/main/maestro-client/src/main/java/maestro/drivers/AndroidDriver.kt#L781) but is there a way to pass this down as a ENV Variable possibly?
That way I could see if the issue is the wait time, or perhaps something else?
This is how the action looks like - Java and emulator runner.
The text was updated successfully, but these errors were encountered: