better, I guess?

This commit is contained in:
Jean-Marie Mineau 2025-05-20 11:07:45 +02:00
parent 89b5487d31
commit bb4b93167e
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 313 additions and 157 deletions

View file

@ -13,13 +13,14 @@ def explore_app(
package: str,
device: str = "emulator-5554",
android_sdk: Path | None = None,
timeout: int | None = None,
) -> dict:
if USE_GRODD:
time.sleep(1) # let the app load
return grodd_runner(
"grodd",
device,
timeout=300,
timeout=timeout,
package=package,
android_sdk=android_sdk,
slowdown=1.0,