JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

Improvement #221

Open arist0v opened 1 year ago

arist0v commented 1 year ago

When running shell command for instrumented test, the read timeout happend before the end of the test suite, it could be nice to have a way to have read_timeout disable so it will just let the command run until complete