timestamps
dump_stack() 2018-12-02 00:11:06 +00:00
padre ce4a5c740d
commit b56d718f35
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

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