Commit 8639abd0 by Jason Song

Merge pull request #248 from nobodyiam/shorten-startup-timeout

change timeout to 80 seconds
parents c555331d 08d0e320
...@@ -53,7 +53,7 @@ then ...@@ -53,7 +53,7 @@ then
fi fi
declare -i counter=0 declare -i counter=0
declare -i max_counter=30 # 30*5=150s declare -i max_counter=16 # 16*5=80s
declare -i total_time=0 declare -i total_time=0
printf "Waiting for server startup" printf "Waiting for server startup"
......
...@@ -53,7 +53,7 @@ then ...@@ -53,7 +53,7 @@ then
fi fi
declare -i counter=0 declare -i counter=0
declare -i max_counter=30 # 30*5=150s declare -i max_counter=16 # 16*5=80s
declare -i total_time=0 declare -i total_time=0
printf "Waiting for server startup" printf "Waiting for server startup"
......
...@@ -53,7 +53,7 @@ then ...@@ -53,7 +53,7 @@ then
fi fi
declare -i counter=0 declare -i counter=0
declare -i max_counter=30 # 30*5=150s declare -i max_counter=16 # 16*5=80s
declare -i total_time=0 declare -i total_time=0
printf "Waiting for server startup" printf "Waiting for server startup"
......
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