Commit 9f917d2c authored by kalvin's avatar kalvin

db和rabbitmq的启动时间改为3分钟

parent 094fc0fc
......@@ -6,7 +6,7 @@ PASSWORD='qatest'
count=1
db_is_running=0
until [[ $count -eq 60 ]] || [[ $db_is_running -eq 1 ]]
until [[ $count -eq 300 ]] || [[ $db_is_running -eq 1 ]]
do
let count+=1
echo "count is $count"
......
......@@ -3,7 +3,7 @@
count=1
is_running=0
until [[ $count -eq 60 ]] || [[ $is_running -eq 1 ]]
until [[ $count -eq 300 ]] || [[ $is_running -eq 1 ]]
do
let count+=1
echo "count is $count"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment