diff options
-rwxr-xr-x | scripts/qemuimage-testlib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 42c3004f6f..5096bfc187 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
@@ -405,6 +405,8 @@ Test_Create_Qemu() | |||
405 | # Get the pid of the xterm processor, which will be used in Test_Kill_Qemu | 405 | # Get the pid of the xterm processor, which will be used in Test_Kill_Qemu |
406 | XTERMPID=$! | 406 | XTERMPID=$! |
407 | echo "XTERMPID is $XTERMPID" | 407 | echo "XTERMPID is $XTERMPID" |
408 | # When starting, qemu can reexecute itself and change PID so wait a short while for things to settle | ||
409 | sleep 5 | ||
408 | fi | 410 | fi |
409 | 411 | ||
410 | while [ ${up_time} -lt 10 ] | 412 | while [ ${up_time} -lt 10 ] |