Merge "adb: increase adb [un]root timeout."

This commit is contained in:
Treehugger Robot 2019-05-02 15:53:20 +00:00 committed by Gerrit Code Review
commit 6bc132846a

View file

@ -1142,7 +1142,7 @@ static bool adb_root(const char* command) {
// If we were using a specific transport ID, there's nothing we can wait for.
if (previous_id == 0) {
adb_set_transport(previous_type, previous_serial, 0);
wait_for_device("wait-for-device", 3000ms);
wait_for_device("wait-for-device", 6000ms);
}
return true;