[MOD] Modify timeout

This commit is contained in:
LDA 2024-07-19 20:28:48 +02:00
commit 804f7484b5

View file

@ -515,7 +515,7 @@ XMPPSendDisco(XMPPComponent *jabber, char *from, char *to)
pthread_mutex_unlock(&jabber->write_lock); pthread_mutex_unlock(&jabber->write_lock);
XMLFreeElement(iq); XMLFreeElement(iq);
ret = ParseeAwaitStanza(identifier, 5000); ret = ParseeAwaitStanza(identifier, 1.25 SECONDS);
Free(identifier); Free(identifier);
return ret; return ret;
} }