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
commit dc8eeb618e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.