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

add delay

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