mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: reduce maxDroppedFramesOnDowngrades from 28 to 18
parent
ac79038d6e
commit
61cc6d014a
|
|
@ -3576,7 +3576,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
// problem (upgrades wait for a keyframe and are always clean). The test repeats
|
// problem (upgrades wait for a keyframe and are always clean). The test repeats
|
||||||
// the downgrade cycle several times for better detection.
|
// the downgrade cycle several times for better detection.
|
||||||
final int cycles = 10;
|
final int cycles = 10;
|
||||||
final long maxDroppedFramesOnDowngrades = 28;
|
final long maxDroppedFramesOnDowngrades = 18;
|
||||||
|
|
||||||
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
|
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
|
||||||
this.addOnlyPublisherVideo(user, false, false, true, "L3T3");
|
this.addOnlyPublisherVideo(user, false, false, true, "L3T3");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue