delay kill 15s

Signed-off-by: xuchenghua09 <xuchenghua09@huawei.com>
This commit is contained in:
xuchenghua09 2022-07-15 10:53:01 +08:00
parent 8626ed83b3
commit 209a9168a2
2 changed files with 2 additions and 2 deletions

View File

@ -807,7 +807,7 @@ public:
static constexpr uint32_t FOREGROUND_TIMEOUT = 5000; // ms
static constexpr uint32_t BACKGROUND_TIMEOUT = 3000; // ms
static constexpr uint32_t DUMP_TIMEOUT = 1000; // ms
static constexpr uint32_t KILL_TIMEOUT = 3000; // ms
static constexpr uint32_t KILL_TIMEOUT = 15000; // ms
static constexpr uint32_t MIN_DUMP_ARGUMENT_NUM = 2;
static constexpr uint32_t MAX_WAIT_SYSTEM_UI_NUM = 600;

View File

@ -39,7 +39,7 @@ public:
static constexpr uint32_t ADD_ABILITY_STAGE_INFO_TIMEOUT = 3000; // ms
static constexpr uint32_t START_SPECIFIED_ABILITY_TIMEOUT = 3000; // ms
static constexpr uint32_t START_PROCESS_SPECIFIED_ABILITY_TIMEOUT = 5000; // ms
static constexpr uint32_t KILL_PROCESS_TIMEOUT = 3000; // ms
static constexpr uint32_t KILL_PROCESS_TIMEOUT = 15000; // ms
private:
std::weak_ptr<AppMgrServiceInner> appMgr_;