Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-03 19:18:17 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-03 19:18:17 (GMT)
commit8975955f8a388bffd6298401375f97699e99d707 (patch)
tree560fbe93b525c45d9eb343e6a86848ea1da72f36
parentee3ae2a93663c7a38b91b21a912b37c5bc6858ed (diff)
Try to increase actionDelay
To see if it helps with the buildbot
-rw-r--r--tests/shell.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/shell.py b/tests/shell.py
index 7efc2fb..c13bf8f 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -3,10 +3,13 @@ import sys
from dogtail import tree
from dogtail import predicate
from dogtail import dump
+from dogtail.config import config
ACTIVITIES_WITH_OBJECT_CHOOSER = ["Read", "Image Viewer", "Jukebox"]
ACTIVITIES_TO_IGNORE = ["Pippy", "Write"]
+config.load({ "actionDelay": 3 })
+
def build_activities_list():
shell = tree.root.child(name="sugar-session", roleName="application")