[at-spi2-core] Increase the keystroke event timeout



commit 7f3aa8b41d435dc96799b13714c5ae26cd95ed30
Author: Mike Gorse <mgorse suse com>
Date:   Fri Mar 16 16:10:29 2012 -0500

    Increase the keystroke event timeout
    
    It seems that it is currently possible for at-spi2-atk to get bogged
    down when sending a keystroke notification, so 1 second is a short time
    to wait for a reply. It may be possible to mitigate this in the future,
    in which case we could reduce the timeout again, but not going to do
    this for 3.4. See comment on
    https://bugzilla.gnome.org/show_bug.cgi?id=671976.

 registryd/deviceeventcontroller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c
index 66feaad..62dc732 100644
--- a/registryd/deviceeventcontroller.c
+++ b/registryd/deviceeventcontroller.c
@@ -1277,7 +1277,7 @@ Accessibility_DeviceEventListener_NotifyEvent(SpiDEController *controller,
       dbus_message_unref (message);
       return FALSE;
     }
-    DBusMessage *reply = send_and_allow_reentry (controller->bus, message, 1000, &error);
+    DBusMessage *reply = send_and_allow_reentry (controller->bus, message, 3000, &error);
     if (reply)
     {
       DBusError error;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]