Increase quiescent timeout to 30s
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 26 Mar 2012 08:54:56 +0000 (10:54 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 28 Mar 2012 12:10:16 +0000 (14:10 +0200)
5s is too optimistical, it can easily take longer when printing debug
messages on terminal (unit test failing because of this) or even in real
world usage if system is a bit on load.

folks/individual-aggregator.vala

index 1b8b71b..f0f567b 100644 (file)
@@ -105,7 +105,7 @@ public class Folks.IndividualAggregator : Object
    * reach quiescence. */
   private uint _quiescent_timeout_id = 0;
 
-  private static const uint _QUIESCENT_TIMEOUT = 5; /* seconds */
+  private static const uint _QUIESCENT_TIMEOUT = 30; /* seconds */
 
   /* We use this to know if the primary PersonaStore has been explicitly
    * set by the user (either via GConf or an env variable). If that is the