mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: ipCameraTest fix
parent
acdfef3e21
commit
23fc6815b6
|
@ -2943,6 +2943,9 @@ public class OpenViduTestAppE2eTest {
|
|||
return;
|
||||
}
|
||||
|
||||
// Extra wait time for the webhook endpoint to be ready
|
||||
Thread.sleep(3000);
|
||||
|
||||
CustomHttpClient restClient = new CustomHttpClient(OPENVIDU_URL, "OPENVIDUAPP", OPENVIDU_SECRET);
|
||||
|
||||
// Wrong session [404]
|
||||
|
|
Loading…
Reference in New Issue