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

Commit 0119603e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increasing TombstoneSection timeout to 2 minutes."

parents ea6b8117 10e38c94
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;