Merge pull request #229 from NicolaiSoeborg/patch-1

Bump adb read timeout
This commit is contained in:
Nex
2021-12-31 11:59:40 +01:00
committed by GitHub

View File

@@ -112,7 +112,7 @@ class AndroidExtraction(MVTModule):
:returns: Output of command
"""
return self.device.shell(command)
return self.device.shell(command, read_timeout_s=200.0)
def _adb_check_if_root(self):
"""Check if we have a `su` binary on the Android device.