openvidu-server: more time for init INDIVIDUAL recording

pull/609/head
pabloFuente 2021-02-19 09:55:03 +01:00
parent 16af04e380
commit 93fcbe5012
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class SingleStreamRecordingService extends RecordingService {
}
try {
if (!recordingStartedCountdown.await(5, TimeUnit.SECONDS)) {
if (!recordingStartedCountdown.await(10, TimeUnit.SECONDS)) {
log.error("Error waiting for some recorder endpoint to start in session {}", session.getSessionId());
throw this.failStartRecording(session, recording, "Couldn't initialize some RecorderEndpoint");
}