From 8975955f8a388bffd6298401375f97699e99d707 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 03 Jul 2012 19:18:17 +0000 Subject: Try to increase actionDelay To see if it helps with the buildbot --- 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") -- cgit v0.9.1