• C
    qemu: Increase guest startup timeout to 30 seconds · d3024a2c
    Cole Robinson 提交于
    Currently the timeout for reading startup output is 3 seconds. If the
    host is under any sort of load, we can easily trigger this. Lets bump
    it to 30 seconds.
    
    Since the polling loop checks to see if the process has died, we shouldn't
    erroneously hit this timeout if qemu bombs (only if it is stuck in some
    infinite loop).
    d3024a2c
qemu_driver.c 257.9 KB