Increase AdbClient read timeout

The previous value was not sufficient for Pixel 2 phones. One would have
hoped that the newer phones are faster, but that does not seem to be the
case here.

llvm-svn: 316993
This commit is contained in:
Pavel Labath 2017-10-31 12:27:46 +00:00
parent 89ac0c7d32
commit aee3e26c72
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ using namespace std::chrono;
namespace {
const seconds kReadTimeout(12);
const seconds kReadTimeout(20);
const char *kOKAY = "OKAY";
const char *kFAIL = "FAIL";
const char *kDATA = "DATA";