From 59eedac3d491a856251d98b15267f36e3ff06fc6 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Sat, 17 Jul 2021 10:15:23 +0800 Subject: [PATCH] fix IoService test case failed issue Signed-off-by: yuanbo --- core/manager/test/unittest/common/hdf_ioservice_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/manager/test/unittest/common/hdf_ioservice_test.cpp b/core/manager/test/unittest/common/hdf_ioservice_test.cpp index ce24f0fd3..08d76d3e1 100644 --- a/core/manager/test/unittest/common/hdf_ioservice_test.cpp +++ b/core/manager/test/unittest/common/hdf_ioservice_test.cpp @@ -39,7 +39,7 @@ public: static struct Eventlistener listener0; static struct Eventlistener listener1; const char *testSvcName = SAMPLE_SERVICE; - const int eventWaitTimeUs = (50 * 1000); + const int eventWaitTimeUs = (150 * 1000); static int eventCount; }; -- Gitee