1
0
Fork 0

Add timeout after start qemu for tests

timestamps
dump_stack() 2019-12-27 07:52:26 +00:00
commit bd27e890d1
Assinado por: dump_stack
ID da chave GPG: BE44DA8C062D87DC
1 arquivos alterados com 3 adições e 0 exclusões

Ver arquivo

@ -116,6 +116,7 @@ func startTestQemu(t *testing.T, timeout time.Duration) (q *System, err error) {
return
}
time.Sleep(time.Second)
return
}
@ -324,6 +325,8 @@ func TestSystemDebug(t *testing.T) {
return
}
time.Sleep(time.Second)
port := 45256
q.Debug(fmt.Sprintf("tcp::%d", port))