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

Commit 4e5730fe authored by Chris Fries's avatar Chris Fries Committed by android-build-merger
Browse files

Merge "Increase fastboot timeout to 30 seconds" am: 3b984c7e am: 0e82d3cf am: 5d0c4025

am: b5c6e410

Change-Id: Ia99dd6335d937557ba0fb8d7803be39451e7c66b
parents baeaaf94 b5c6e410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ enum RetCode : int {

class FastBootDriver {
  public:
    static constexpr int RESP_TIMEOUT = 10;  // 10 seconds
    static constexpr int RESP_TIMEOUT = 30;  // 30 seconds
    static constexpr uint32_t MAX_DOWNLOAD_SIZE = std::numeric_limits<uint32_t>::max();
    static constexpr size_t TRANSPORT_CHUNK_SIZE = 1024;