提交 54577cd9 编写于 作者: B barrierye

add sleep

上级 df2f6035
...@@ -134,6 +134,7 @@ function build_server() { ...@@ -134,6 +134,7 @@ function build_server() {
function kill_server_process() { function kill_server_process() {
ps -ef | grep "serving" | grep -v serving_build | grep -v grep | awk '{print $2}' | xargs kill ps -ef | grep "serving" | grep -v serving_build | grep -v grep | awk '{print $2}' | xargs kill
sleep 1
} }
function python_test_fit_a_line() { function python_test_fit_a_line() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册