diff options
| author | 2018-09-29 01:22:16 -0700 | |
|---|---|---|
| committer | 2018-09-29 01:22:16 -0700 | |
| commit | 60a98f0cb7664a2d42ff446450a80b27ea3c7811 (patch) | |
| tree | f64ad7ee10dadf012977a8ffd3d0149723806331 | |
| parent | 3032b26f4e2a2915cd9ba7391e4b828f240a3c45 (diff) | |
| parent | c87180623dbd6d99107e7a20c6b2a5afb271576d (diff) | |
Merge "Increasing TombstoneSection timeout to 2 minutes." am: 0119603e8e
am: c87180623d
Change-Id: I25d2ba1843ac79d1b23be64d3e19771f419e50e0
| -rw-r--r-- | cmds/incidentd/src/Section.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incidentd/src/Section.h b/cmds/incidentd/src/Section.h index a031a15fe7c9..2f89370b0d26 100644 --- a/cmds/incidentd/src/Section.h +++ b/cmds/incidentd/src/Section.h @@ -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; |