1
0
Fork 0

Remove qemu timeout from test itself (must be from test framework)

timestamps
dump_stack() 2018-09-25 16:47:42 +00:00
parent 0053f56b6f
commit 308808cc59
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ func startTestQemu(t *testing.T) (q *QemuSystem, err error) {
return
}
q.Timeout = 10 * time.Second
if err = q.Start(); err != nil {
return
}