openvidu-test-e2e: give more time to crossBrowserTest

pull/684/head
pabloFuente 2022-01-18 15:42:57 +01:00
parent 1965a6b44f
commit 0b26735b7b
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
user.getDriver().findElement(By.className("join-btn")).click();
try {
user.getEventManager().waitUntilEventReaches("connectionCreated", 4);
user.getEventManager().waitUntilEventReaches("connectionCreated", 4, 100, true);
user.getEventManager().waitUntilEventReaches("accessAllowed", 1);
user.getEventManager().waitUntilEventReaches("streamCreated", 4);
user.getEventManager().waitUntilEventReaches("streamPlaying", 4);