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

Commit 60a98f0c authored by Kweku Adams's avatar Kweku Adams Committed by android-build-merger
Browse files

Merge "Increasing TombstoneSection timeout to 2 minutes." am: 0119603e

am: c8718062

Change-Id: I25d2ba1843ac79d1b23be64d3e19771f419e50e0
parents 3032b26f c8718062
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ private:
 */
class TombstoneSection : public WorkerThreadSection {
public:
    TombstoneSection(int id, const char* type, int64_t timeoutMs = 30000 /* 30 seconds */);
    TombstoneSection(int id, const char* type, int64_t timeoutMs = 120000 /* 2 minutes */);
    virtual ~TombstoneSection();

    virtual status_t BlockingCall(int pipeWriteFd) const;