Status: Accepted
Owner: ----

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

Currently use of timeout slows down process intensive tests.

Timeout uses threading.Event.wait(timeout) that is implemented in python threading module with a busy loop .. which slows down tests.

Related to Issue 497.

Reply via email to