mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: openvidu-java-client test wait for recording
parent
ae074236da
commit
511aefeba8
|
@ -2173,6 +2173,8 @@ public class OpenViduTestAppE2eTest {
|
|||
Assert.assertTrue("Wrong recording hasAudio", recording.hasAudio());
|
||||
Assert.assertTrue("Wrong recording hasVideo", recording.hasVideo());
|
||||
|
||||
Thread.sleep(3000);
|
||||
|
||||
try {
|
||||
OV.stopRecording("NOT_EXISTS");
|
||||
} catch (OpenViduHttpException e) {
|
||||
|
|
Loading…
Reference in New Issue