diff -r da7f80e04a54 -r 52a17be9c4d1 tests/logging/py_ext_0@py_ext/py_ext.xml --- a/tests/logging/py_ext_0@py_ext/py_ext.xml Tue Feb 26 01:17:53 2013 +0100 +++ b/tests/logging/py_ext_0@py_ext/py_ext.xml Tue Feb 26 16:37:17 2013 +0900 @@ -7,7 +7,7 @@ def DoLog(): global MyT,Stop - MyT=threading.Timer(0.03, DoLog) + MyT=threading.Timer(0.3, DoLog) if not Stop : MyT.start() Stop = False PLCObject.LogMessage("Python side Logging")