1
0
Fork 0
timestamps
dump_stack() 2018-12-02 00:11:06 +00:00
parent ce4a5c740d
commit b56d718f35
1 changed files with 2 additions and 1 deletions

View File

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