aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-12-17 16:16:08 +0100
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit79f8df1c73f2cb2baab96750263bf99d89971691 (patch)
treec37be31527dd800a4e9a4769f5bdb90d60db5211 /src/im-asapo.c
parent78688611d648e3cff2dfeee72880952043a8b3c8 (diff)
ASAP::O: Increase timeout to 3 seconds
Diffstat (limited to 'src/im-asapo.c')
-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 bd98a11f..388fe8da 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -112,7 +112,7 @@ struct im_asapo *im_asapo_connect(const char *endpoint,
return NULL;
}
- asapo_consumer_set_timeout(a->consumer, 1000);
+ asapo_consumer_set_timeout(a->consumer, 3000);
a->group_id = asapo_string_from_c_str(group_id);
a->stream = NULL;