diff --git a/.gitlab-ci/crosvm-init.sh b/.gitlab-ci/crosvm-init.sh index d0fd3426cc4..63124fe0f2e 100755 --- a/.gitlab-ci/crosvm-init.sh +++ b/.gitlab-ci/crosvm-init.sh @@ -18,6 +18,8 @@ if sh $CROSVM_TEST_SCRIPT; then touch /results/success fi +sleep 5 # Leave some time to get the last output flushed out + poweroff -d -n -f || true sleep 10 # Just in case init would exit before the kernel shuts down the VM