aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-asapo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 4c0533f4..16bd328f 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -103,7 +103,7 @@ static int create_producer(struct im_asapo *a, struct im_asapo_params *params)
1, /* Number of sender threads */
kTcp,
cred,
- 60000, /* Timeout */
+ 30000, /* Timeout */
&err);
if ( asapo_is_error(err) ) {