Updates:
        Status:

Comment #11 on issue 871 by [email protected]: Timeout speed optimization
http://code.google.com/p/robotframework/issues/detail?id=871

There seems to be working solutions for windows and *nix. Also Jython works correctly with the current thread based solution. IronPython is not working correctly with any of the solutions.

*nix (Python 2.6) --> signal.settimer
windows --> raise exception with timer (stops only when in python and not in c-code)
jython            --> threading based solution works

Reply via email to