Commit f401bf21 authored by Fang-WANG's avatar Fang-WANG

add delay

parent 6d5e56ef
...@@ -52,7 +52,8 @@ function wait_on_vm_build { ...@@ -52,7 +52,8 @@ function wait_on_vm_build {
echo "This VM type is no longer supported in the pipeline framework" echo "This VM type is no longer supported in the pipeline framework"
return return
fi fi
sleep 120 sleep 300
echo "#################wait 300###########################################"
IS_VM_ALIVE=`uvt-kvm list | grep -c $VM_NAME` IS_VM_ALIVE=`uvt-kvm list | grep -c $VM_NAME`
......
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