2
0
Fork 0

Increase timeout for angel-listen

This commit is contained in:
Stefan Bühler 2011-04-12 10:53:24 +02:00
parent 6164ac83c9
commit 45f0cf0bf3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static void li_angel_listen_cb(liAngelCall *acall, gpointer pctx, gboolean timeo
/* listen to a socket */
void li_angel_listen(liServer *srv, GString *str, liAngelListenCB cb, gpointer data) {
if (srv->acon) {
liAngelCall *acall = li_angel_call_new(li_angel_listen_cb, 10.0);
liAngelCall *acall = li_angel_call_new(li_angel_listen_cb, 20.0);
angel_listen_cb_ctx *ctx = g_slice_new0(angel_listen_cb_ctx);
GError *err = NULL;