Unverified Commit caaefcea authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Sleep

parent 5ea25b09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,5 +54,5 @@ set +m

# Since we started the QEMU process with -m, we need to poll if it's still running
while [ -d "/proc/$(cat ${_QEMU_PID})"  ]; do
  snore 1
  sleep 1
done