From 946d3eaf4379bc9409e2e2656a2954f45a473deb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 9 Dec 2023 18:14:03 -0500 Subject: [PATCH] Add wait after stopping VM --- test-cluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-cluster.sh b/test-cluster.sh index 0bfb1dd8..45f5dfc4 100755 --- a/test-cluster.sh +++ b/test-cluster.sh @@ -167,6 +167,7 @@ _pvc storage pool remove --yes testing # Remove the VM _pvc vm stop --yes testx +sleep 5 _pvc vm remove --yes testx _pvc provisioner profile remove --yes test