Merge branch 'fix/tsim' into fix/dnode

This commit is contained in:
Shengliang Guan 2022-07-06 11:55:47 +08:00
commit 69a2baab43
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ system_content sh/checkValgrind.sh -n dnode1
# temporarily expand the threshold, since no time to fix the memory leaks. # temporarily expand the threshold, since no time to fix the memory leaks.
print cmd return result ----> [ $system_content ] print cmd return result ----> [ $system_content ]
if $system_content <= 5 then if $system_content <= 10 then
return 0 return 0
endi endi