fix: rectify the SEDNREQUEST_TIMES

Signed-off-by: jason <jialinbo@huawei.com>
This commit is contained in:
jason 2024-07-15 14:20:15 +00:00
parent 4c4eac8c11
commit 016b56db64

View File

@ -39,7 +39,7 @@ namespace OHOS {
using namespace OHOS::HiviewDFX;
constexpr int32_t MAX_RECURSIVE_SENDS = 5;
constexpr int32_t SEDNREQUEST_TIMES = 50000;
constexpr int32_t SEDNREQUEST_TIMES = 2000;
constexpr int32_t NUMBER_OF_THREADS = 20;
void TestServiceStub::InitMessageProcessMap()