openvidu-test-e2e: keep increasing webhook event timeout

This commit is contained in:
pabloFuente 2021-11-13 22:40:47 +01:00
parent 23cccce323
commit 22c7e08448

View File

@ -3790,9 +3790,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
user.getDriver().findElement(By.cssSelector("#openvidu-instance-1 .join-btn")).click();
event = CustomWebhook.waitForEvent("participantJoined", 2);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 5);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 5);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 5);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 12);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 12);
CustomWebhook.waitForEvent("webrtcConnectionCreated", 12);
String connectionId2 = event.get("connectionId").getAsString();