Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-10 11:08:08 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-10 11:08:08 (GMT)
commit1ab2ee46aa661e1a71996c624e2ed4c1b825dcb5 (patch)
tree2e93e929cfba19bd226fe96848dc776b653216b7 /tests
parentf660d743f08b5b4fae2a4c491aa3ab0e3e13d543 (diff)
Revert "Wait for longer"
This reverts commit e735e1ff648102455c4e707f41c664080931d329.
Diffstat (limited to 'tests')
-rw-r--r--tests/sugar/tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sugar/tree.py b/tests/sugar/tree.py
index 873a619..9a81f11 100644
--- a/tests/sugar/tree.py
+++ b/tests/sugar/tree.py
@@ -9,7 +9,7 @@ Atspi.set_timeout(-1, -1)
def get_root(wait=True):
n_tries = 0
- while n_tries < 50:
+ while n_tries < 5:
root_accessible = Atspi.get_desktop(0)
if root_accessible:
desktop = Node(root_accessible)