Open GoogleCodeExporter opened 9 years ago
The timeout is determined dynamically during runtime. Virtualbox does give some
estimates about the time needed to complete a certain process. Especially if
the operation is very short, the value "0 seconds" is returned as remaining
time, while in reality it is some milliseconds. The problem is in the file
http://code.google.com/p/virtualboxservice/source/browse/VBoxWrapper/VBoxWrapper
/COMInterface/ComMachineProxy.cs in sub-class IProgressProgressToken, which is
basically an adapter to the Virtualbox-API. The method EstimateRemainingTime()
needs to be reviewed.
Original comment by Felix.Ru...@gmail.com
on 28 Mar 2012 at 1:29
No, seems, I was wrong. The constant DEFAULT_TIMEOUT seems to be set too short.
Original comment by Felix.Ru...@gmail.com
on 28 Mar 2012 at 1:55
Original issue reported on code.google.com by
mr.brian...@gmail.com
on 18 Mar 2012 at 6:40