From 5529f843634599b88e8b3e38bc4d32075bb4d147 Mon Sep 17 00:00:00 2001 From: zhushuanghong Date: Sat, 14 Jun 2025 06:16:08 +0000 Subject: [PATCH] =?UTF-8?q?DT=E7=94=A8=E4=BE=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhushuanghong --- services/test/src/workschedulerservice_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/test/src/workschedulerservice_test.cpp b/services/test/src/workschedulerservice_test.cpp index 312e912..46e23bf 100644 --- a/services/test/src/workschedulerservice_test.cpp +++ b/services/test/src/workschedulerservice_test.cpp @@ -422,14 +422,14 @@ HWTEST_F(WorkSchedulerServiceTest, Dump_002, TestSize.Level1) std::vector argsInStr; std::string result; argsInStr.push_back("-repeat_time_min"); - argsInStr.push_back("100"); + argsInStr.push_back("600000"); workSchedulerService_->DumpProcessForEngMode(argsInStr, result); WS_HILOGI("%{public}s", result.c_str()); result.clear(); argsInStr.clear(); argsInStr.push_back("-min_interval"); - argsInStr.push_back("100"); + argsInStr.push_back("7200000"); workSchedulerService_->DumpProcessForEngMode(argsInStr, result); WS_HILOGI("%{public}s", result.c_str()); -- Gitee