1
0
複製 0

Add timeout after start qemu for tests

timestamps
dump_stack() 2019-12-27 07:52:26 +00:00
父節點 873b35a18d
當前提交 bd27e890d1
簽署人: dump_stack
GPG Key ID: BE44DA8C062D87DC
共有 1 個文件被更改,包括 3 次插入0 次删除

查看文件

@ -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))