Comment #8 on issue 497 by [email protected]: Document that timeouts
might cause performance problems if tests are executed with Python
http://code.google.com/p/robotframework/issues/detail?id=497
Thanks for the patch!
Unfortunately we can not apply it for the following reasons.
Unit tests don't pass when the patch is applied.
Also I think it is not enough to just change things to work with processes
as there is no shared state with the processes (threads share state) --
there is no code for sharing robot or the test cases etc.
Thus I don't think that you can make for example a test case with timeout
with this mechanism.