test: adjust case

This commit is contained in:
Shengliang Guan 2022-11-18 10:48:54 +08:00
parent 3264750ca4
commit 04d814644b
1 changed files with 3 additions and 3 deletions

View File

@ -201,11 +201,11 @@ system sh/exec.sh -n dnode2 -s start
sleep 3000 sleep 3000
print ======== step6 print ======== step6
$x = 0 $y = 0
step6: step6:
$x = $x + 1 $y = $y + 1
sleep 1000 sleep 1000
if $x == 50 then if $y == 50 then
return -1 return -1
endi endi