Commit 6d5e56ef authored by Fang-WANG's avatar Fang-WANG

add delay

parent a5f0b0a4
......@@ -52,7 +52,8 @@ function wait_on_vm_build {
echo "This VM type is no longer supported in the pipeline framework"
return
fi
sleep 120
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