test: adjust valgrind

This commit is contained in:
Shengliang Guan 2022-07-06 11:55:11 +08:00
parent 9355392c80
commit bf611a91b2
1 changed files with 1 additions and 1 deletions

View File

@ -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