Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bead0186 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

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

am: 6bc13284

Change-Id: Ia10b398b1305bd6d9ae319cd8b929ee546284739
parents 547c7b6d 6bc13284
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;