未验证 提交 90288b29 编写于 作者: W wade zhang 提交者: GitHub

reduce the loop number from 1000 to 100

because 200 seconds are enough for waiting for a dnode to start up and be ready. 200 seconds can make the case running time much shorter in case of dnode2 failure
上级 1d270ef1
......@@ -52,7 +52,7 @@ $x = 0
show3:
$x = $x + 1
sleep 2000
if $x == 1000 then
if $x == 100 then
return -1
endi
......@@ -86,4 +86,4 @@ system sh/exec.sh -n dnode4 -s stop -x SIGINT
system sh/exec.sh -n dnode5 -s stop -x SIGINT
system sh/exec.sh -n dnode6 -s stop -x SIGINT
system sh/exec.sh -n dnode7 -s stop -x SIGINT
system sh/exec.sh -n dnode8 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode8 -s stop -x SIGINT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册