From f711bc52f2de4aa05b248f8f22b0a534ebc5b604 Mon Sep 17 00:00:00 2001 From: ssy Date: Thu, 21 Oct 2021 20:34:06 +0800 Subject: [PATCH] Signed-off-by:shuisiyuan Signed-off-by: ssy --- communication_lite/wifiservice_hal/src/wifiservice_func_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/communication_lite/wifiservice_hal/src/wifiservice_func_test.c b/communication_lite/wifiservice_hal/src/wifiservice_func_test.c index c4aa3ba9c..5815b9c7e 100755 --- a/communication_lite/wifiservice_hal/src/wifiservice_func_test.c +++ b/communication_lite/wifiservice_hal/src/wifiservice_func_test.c @@ -24,7 +24,7 @@ #include #define DEF_TIMEOUT 15 -#define ONE_SECOND 1 +#define ONE_SECOND 100 #define LEVEL_ERROR (-1) #define LEVEL_ONE 1 #define LEVEL_TWO 2 @@ -32,6 +32,7 @@ #define LEVEL_FOUR 4 #define DEF_TASK_STACK 2000 #define DEF_TASK_PRIORITY 20 +#define TEST_SSID_COUNT 9 static int g_apEnableSuccess = 0; static int g_staScanSuccess = 0; -- GitLab