mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-12-22 02:29:48 +00:00
delay kill 15s
Signed-off-by: xuchenghua09 <xuchenghua09@huawei.com>
This commit is contained in:
parent
8626ed83b3
commit
209a9168a2
@ -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;
|
||||
|
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user