未验证 提交 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 ...@@ -52,7 +52,7 @@ $x = 0
show3: show3:
$x = $x + 1 $x = $x + 1
sleep 2000 sleep 2000
if $x == 1000 then if $x == 100 then
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册