Comment #7 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

I tested the mindlesslibrary on my computer. "No Timeout" test case finished in 1 min,"With Test Timeout" test case takes about 25mins, sometimes more.one time it took about 80mins.

I add a new file robotprocess.py under robot/utils, and changed the file robot/running/timeouts.py. using multiprocessing module,only support python 2.6 and higher. if the python version is lower than 2.6, it will use robotthread.py, otherwise,it will use robotprocess.py.


Attachments:
        robotprocess.py  3.1 KB
        robot.running.timeouts.diff  1010 bytes

Reply via email to