Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell.py')
-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")