Merge "Increasing TombstoneSection timeout to 2 minutes."

This commit is contained in:
Treehugger Robot
2018-09-29 07:38:59 +00:00
committed by Gerrit Code Review

View File

@@ -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;