tests/logging/py_ext_0@py_ext/py_ext.xml
changeset 944 52a17be9c4d1
parent 914 94436558f0ce
child 1014 e2f7d6c95db0
--- 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")