openvidu-test-e2e: openvidu-java-client test wait for recording

pull/203/head
pabloFuente 2019-02-12 09:41:05 +01:00
parent ae074236da
commit 511aefeba8
1 changed files with 2 additions and 0 deletions

View File

@ -2173,6 +2173,8 @@ public class OpenViduTestAppE2eTest {
Assert.assertTrue("Wrong recording hasAudio", recording.hasAudio()); Assert.assertTrue("Wrong recording hasAudio", recording.hasAudio());
Assert.assertTrue("Wrong recording hasVideo", recording.hasVideo()); Assert.assertTrue("Wrong recording hasVideo", recording.hasVideo());
Thread.sleep(3000);
try { try {
OV.stopRecording("NOT_EXISTS"); OV.stopRecording("NOT_EXISTS");
} catch (OpenViduHttpException e) { } catch (OpenViduHttpException e) {