From 4dc7b9e4a4e1e9fc609862b1c60dea49ab757ea4 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 15 Jun 2013 19:16:59 +0200 Subject: [PATCH] Don't set atspi timeout Looking at the code I'm unconvinced this behaves as expected, in certain cases at least. So reverting it for now to avoid confusion. --- src/sugar3/test/uitree.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sugar3/test/uitree.py b/src/sugar3/test/uitree.py index 671b49fc..3b2327e2 100644 --- a/src/sugar3/test/uitree.py +++ b/src/sugar3/test/uitree.py @@ -24,8 +24,6 @@ import time from gi.repository import Atspi from gi.repository import GLib -Atspi.set_timeout(-1, -1) - def get_root(): return Node(Atspi.get_desktop(0))