Revision: 02a7b74e8e2a
Author: Mikko Korpela <[email protected]>
Date: Wed Jan 11 06:42:44 2012
Log: Update timeouts section of User Guide
Update Issue 871
Status: Done
http://code.google.com/p/robotframework/source/detail?r=02a7b74e8e2a
Modified:
/doc/userguide/src/CreatingTestData/AdvancedFeatures.txt
=======================================
--- /doc/userguide/src/CreatingTestData/AdvancedFeatures.txt Tue Sep 13
13:18:38 2011
+++ /doc/userguide/src/CreatingTestData/AdvancedFeatures.txt Wed Jan 11
06:42:44 2012
@@ -222,11 +222,9 @@
keywords) have a timeout, the active timeout is the one with the least
time left.
-.. warning:: Using timeouts might cause test to be executed slower if the
Python
- interpreter is used. The slowing down is caused by Python's
- threading implementation. For more information see `issue
497`__.
-
-__ http://code.google.com/p/robotframework/issues/detail?id=497
+.. warning:: Using timeouts might slow down test execution when using
Python 2.5
+ elsewhere than on Windows. Prior to Robot Framework 2.7
timeouts
+ slowed down execution with all Python versions on all
platforms.
For loops
~~~~~~~~~