diff --git a/tests/vm-migration b/tests/vm-migration index 34af51ee8..79c2ddf55 100644 --- a/tests/vm-migration +++ b/tests/vm-migration @@ -126,8 +126,7 @@ lxc exec member1 -- lxc config device add v1 vol1-disk disk pool=ceph source=vol # Start the VM. lxc exec member1 -- lxc start v1 - -# Move the VM, while it is running, to member2 +sleep 60 lxc exec member1 -- lxc move v1 --target member2 # shellcheck disable=SC2034