diff --git a/src/ReplaySession.cc b/src/ReplaySession.cc index 2e403b94..60d02f3c 100644 --- a/src/ReplaySession.cc +++ b/src/ReplaySession.cc @@ -448,7 +448,7 @@ void ReplaySession::update_timeout_event() { event_new(this->base.get(), -1, EV_TIMEOUT, this->dispatch_on_timeout, this), event_free); } - struct timeval tv = usecs_to_timeval(3000000); + struct timeval tv = usecs_to_timeval(5000000); event_add(this->timeout_ev.get(), &tv); }