summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-06-16 15:59:50 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-06-16 16:15:13 +0100
commit386accfd4645ede0743dc5500fe09a350d3dff68 (patch)
treee1cd4a222adc6339b59abfa33b5fcf107e8fc5eb
parentb84bb07cc573169028224c3d9958750f20acfa73 (diff)
downloadtelepathy-mission-control-386accfd4645ede0743dc5500fe09a350d3dff68.tar.gz
Reduce INITIAL_RECONNECTION_TIME to 3 seconds
This gives us pretty much the same progression, but with the first reconnection happening fast enough for the test suite.
-rw-r--r--src/mcd-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index 5cd472bb..327c2d88 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -75,7 +75,7 @@
#include "_gen/cli-Connection_Interface_Contact_Capabilities_Draft1-body.h"
#include "_gen/cli-Connection_Interface_Contact_Capabilities-body.h"
-#define INITIAL_RECONNECTION_TIME 10 /* seconds */
+#define INITIAL_RECONNECTION_TIME 3 /* seconds */
#define RECONNECTION_MULTIPLIER 3
#define MAXIMUM_RECONNECTION_TIME 30 * 60 /* half an hour */