[at-spi2-core] Increase start-up timeout to 15 seconds
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Increase start-up timeout to 15 seconds
- Date: Thu, 12 Apr 2012 16:43:11 +0000 (UTC)
commit f022662044b1c0c0016eb89360419f48a47eb78f
Author: Mike Gorse <mgorse suse com>
Date: Thu Apr 12 11:45:58 2012 -0500
Increase start-up timeout to 15 seconds
It seems that a five-second time-out is often not sufficient.
atspi/atspi-misc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index d6ffc7a..37971cf 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -39,7 +39,7 @@ static void handle_get_items (DBusPendingCall *pending, void *user_data);
static DBusConnection *bus = NULL;
static GHashTable *live_refs = NULL;
static gint method_call_timeout = 800;
-static gint app_startup_time = 5000;
+static gint app_startup_time = 15000;
GMainLoop *atspi_main_loop;
gboolean atspi_no_cache;
@@ -1479,7 +1479,7 @@ atspi_get_a11y_bus (void)
* behavior.
*
* By default, the normal timeout is set to 800 ms, and the application startup
- * timeout is set to 5 seconds.
+ * timeout is set to 15 seconds.
*/
void
atspi_set_timeout (gint val, gint startup_time)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]