test:update the error threshold.

This commit is contained in:
Haojun Liao 2022-07-17 11:29:20 +08:00
parent ad058e8c97
commit cc4332d5ac
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ endi
system_content sh/checkValgrind.sh -n dnode2
print cmd return result ----> [ $system_content ]
if $system_content > 2 then
if $system_content > 6 then
return -1
endi