diff --git a/lib/services/inputagent.js b/lib/services/inputagent.js index 15ff9f72..505a54a6 100644 --- a/lib/services/inputagent.js +++ b/lib/services/inputagent.js @@ -50,6 +50,7 @@ inputAgent.ensureInstalled = function(adb, serial) { )) .then(function(out) { return streamutil.readAll(out) + .timeout(10000) .then(function(buffer) { var version = buffer.toString() if (semver.satisfies(version, SUPPORTED_VERSION)) { diff --git a/vendor/InputAgent/InputAgent.apk b/vendor/InputAgent/InputAgent.apk index 8dab5573..a1822724 100644 Binary files a/vendor/InputAgent/InputAgent.apk and b/vendor/InputAgent/InputAgent.apk differ