[tuxdroid-svn] r4860 - software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_i
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-23 10:06:43
|
Author: remi
Date: 2009-06-23 12:05:42 +0200 (Tue, 23 Jun 2009)
New Revision: 4860
Modified:
software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
Log:
* updated delay between execution of stacked alerts (0.5 -> 1.0 sec)
Modified: software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py 2009-06-23 10:01:50 UTC (rev 4859)
+++ software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py 2009-06-23 10:05:42 UTC (rev 4860)
@@ -538,7 +538,7 @@
self.__setForegroundPguContext(None)
else:
self.__pguContextsMutex.release()
- time.sleep(0.5)
+ time.sleep(1.0)
def createPguContext(self, pluginInterpreterContext):
"""
|