1
0
派生 0
timestamps
dump_stack() 2018-12-02 00:11:06 +00:00
父节点 ce4a5c740d
当前提交 b56d718f35
共有 1 个文件被更改,包括 2 次插入1 次删除

查看文件

@ -295,7 +295,8 @@ func TestQemuSystemRun(t *testing.T) {
t.Fatal(err)
}
if time.Since(start) > 10*time.Second {
t.Fatalf("qemu.Run does not async (waited %s)", +time.Since(start))
t.Fatalf("qemu.AsyncCommand does not async (waited %s)",
time.Since(start))
}
}