[at-spi2-core/gnome-3-4] Increase start-up time to 15 seconds
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gnome-3-4] Increase start-up time to 15 seconds
- Date: Thu, 12 Apr 2012 16:43:06 +0000 (UTC)
commit 749bc099aa80237da9a244591437e1db29d7cd66
Author: Mike Gorse <mgorse suse com>
Date: Thu Apr 12 11:46:31 2012 -0500
Increase start-up time to 15 seconds
It seems that a 5-second start-up timeout is often not sufficient.
atspi/atspi-misc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 3fececd..4280c95 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]