From a5b7879f30d1665196ae30534a03c9f19f8d2464 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 01 Dec 2012 17:41:50 +0000 Subject: Disable atspi timeouts We are sometimes seeing them and perhaps we can just rely on the buildbot ones for tests. --- (limited to 'tests') diff --git a/tests/sugar/tree.py b/tests/sugar/tree.py index 6f61004..88080c0 100644 --- a/tests/sugar/tree.py +++ b/tests/sugar/tree.py @@ -2,6 +2,8 @@ import time from gi.repository import Atspi +Atspi.set_timeout(-1, -1) + def get_root(): return Node(Atspi.get_desktop(0)) -- cgit v0.9.1