This commit is contained in:
Jean-Marie Mineau 2025-04-07 11:29:06 +02:00
parent 88670183eb
commit 190a8a8690
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 38 additions and 20 deletions

View file

@ -1,4 +1,5 @@
from pathlib import Path
import time
try:
from grodd_runner import grodd_runner # type: ignore
@ -14,6 +15,7 @@ def explore_app(
android_sdk: Path | None = None,
):
if USE_GRODD:
time.sleep(5) # let the app load
grodd_runner(
"grodd", device, timeout=300, package=package, android_sdk=android_sdk
)