From ca0c2c321887ccefb5bdd2aa8ab28622ef036d8a Mon Sep 17 00:00:00 2001 From: kailixu Date: Thu, 28 Sep 2023 16:33:29 +0800 Subject: [PATCH] chore: add notify test --- tests/script/api/passwdTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/api/passwdTest.c b/tests/script/api/passwdTest.c index 7fb70ec5aa..eb3c37cfa8 100644 --- a/tests/script/api/passwdTest.c +++ b/tests/script/api/passwdTest.c @@ -30,7 +30,7 @@ #define nDup 1 #define nRoot 10 -#define nUser 1 +#define nUser 10 #define USER_LEN 24 #define BUF_LEN 1024