[at-spi2-atk] Increase the lease time to rectify errors seen during orca testing.



commit 30621e9d1284b140845408ecb0f5e2c598eafdc2
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Sun Feb 7 12:44:51 2010 -0800

    Increase the lease time to rectify errors seen during orca testing.

 atk-adaptor/accessible-leasing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 *



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