mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: keep increasing webhook event timeout
parent
23cccce323
commit
22c7e08448
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue