openvidu-test-e2e: streamPropertyChangedEvent test fix

pull/255/head
pabloFuente 2019-02-25 15:31:39 +01:00
parent a5e22ad92a
commit e83c514916
1 changed files with 2 additions and 2 deletions

View File

@ -972,8 +972,8 @@ public class OpenViduTestAppE2eTest {
// Resize captured window // Resize captured window
final CountDownLatch latch3 = new CountDownLatch(2); final CountDownLatch latch3 = new CountDownLatch(2);
int newWidth = 1500; int newWidth = 1000;
int newHeight = 500; int newHeight = 700;
final long[] expectedWidthHeight = new long[2]; final long[] expectedWidthHeight = new long[2];