openvidu-test-e2e: keep increasing webhook event timeout

pull/669/head
pabloFuente 2021-11-13 22:40:47 +01:00
parent 23cccce323
commit 22c7e08448
1 changed files with 3 additions and 3 deletions

View File

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