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 密钥 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))