diff --git a/src/lib/client/Client.cpp b/src/lib/client/Client.cpp index 0f287125f4..f4385ae047 100644 --- a/src/lib/client/Client.cpp +++ b/src/lib/client/Client.cpp @@ -534,7 +534,7 @@ Client::setupTimer() { assert(m_timer == NULL); - m_timer = m_events->newOneShotTimer(15.0, NULL); + m_timer = m_events->newOneShotTimer(2.0, NULL); m_events->adoptHandler(Event::kTimer, m_timer, new TMethodEventJob(this, &Client::handleConnectTimeout));