diff --git a/Session/Calls/Call Management/SessionCall.swift b/Session/Calls/Call Management/SessionCall.swift index 87a3aed2a..1fc8620a5 100644 --- a/Session/Calls/Call Management/SessionCall.swift +++ b/Session/Calls/Call Management/SessionCall.swift @@ -416,7 +416,7 @@ public final class SessionCall: CurrentCallProtocol, WebRTCSessionDelegate { public func setupTimeoutTimer() { invalidateTimeoutTimer() - let timeInterval: TimeInterval = (hasConnected ? 60 : 30) + let timeInterval: TimeInterval = 60 timeOutTimer = Timer.scheduledTimerOnMainThread(withTimeInterval: timeInterval, repeats: false) { _ in self.didTimeout = true