From 30621e9d1284b140845408ecb0f5e2c598eafdc2 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Sun, 7 Feb 2010 12:44:51 -0800 Subject: [PATCH] Increase the lease time to rectify errors seen during orca testing. --- atk-adaptor/accessible-leasing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk-adaptor/accessible-leasing.c b/atk-adaptor/accessible-leasing.c index 63f3c3a..f4d0e2f 100644 --- a/atk-adaptor/accessible-leasing.c +++ b/atk-adaptor/accessible-leasing.c @@ -172,7 +172,7 @@ add_expiry_timeout (SpiLeasing * leasing) The lease time is going to be rounded up, as the lease time should be considered a MINIMUM that the object will be leased for. */ -#define LEASE_TIME_S 3 +#define LEASE_TIME_S 15 #define EXPIRY_TIME_S (LEASE_TIME_S + 1) GObject * -- 2.7.4