From bf611a91b2c270c4c32dc7d019ea76f074f36f4d Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Wed, 6 Jul 2022 11:55:11 +0800 Subject: [PATCH] test: adjust valgrind --- tests/script/tsim/valgrind/checkError.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/valgrind/checkError.sim b/tests/script/tsim/valgrind/checkError.sim index 573c9821ed..cef4372f2d 100644 --- a/tests/script/tsim/valgrind/checkError.sim +++ b/tests/script/tsim/valgrind/checkError.sim @@ -30,7 +30,7 @@ system_content sh/checkValgrind.sh -n dnode1 # temporarily expand the threshold, since no time to fix the memory leaks. print cmd return result ----> [ $system_content ] -if $system_content <= 5 then +if $system_content <= 10 then return 0 endi