openvidu-test-e2e: openViduJavaClientTest more time for recording

pull/375/head
pabloFuente 2019-06-12 17:31:24 +02:00
parent 83f0b13d69
commit 2daf1c7f34
1 changed files with 1 additions and 1 deletions

View File

@ -2189,7 +2189,7 @@ public class OpenViduTestAppE2eTest {
Assert.assertTrue("Wrong recording hasAudio", recording.hasAudio());
Assert.assertTrue("Wrong recording hasVideo", recording.hasVideo());
Thread.sleep(3000);
Thread.sleep(5000);
try {
OV.stopRecording("NOT_EXISTS");