Add timeout for enough time for qemu to be runned
This commit is contained in:
@ -333,6 +333,8 @@ func TestQemuSystemDebug(t *testing.T) {
|
||||
}
|
||||
defer q.Stop()
|
||||
|
||||
time.Sleep(time.Second)
|
||||
|
||||
if !openedPort(port) {
|
||||
t.Fatal("Qemu debug port does not opened")
|
||||
}
|
||||
|
Reference in New Issue
Block a user