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>2012-12-01 17:41:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:41:50 (GMT)
commita5b7879f30d1665196ae30534a03c9f19f8d2464 (patch)
tree5345da287a900cb5098be3b827b0fcbc88b63b5b /tests
parentc9279990317f537e4dfe5dbc95b3f4630f4878da (diff)
Disable atspi timeouts
We are sometimes seeing them and perhaps we can just rely on the buildbot ones for tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/sugar/tree.py2
1 files changed, 2 insertions, 0 deletions
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))