From 28f2405cc6e9d405760426f409d005a3ae696947 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 10 Oct 2024 21:14:08 +0200 Subject: [PATCH] ov-components: Enhanced tests timeout --- openvidu-components-angular/e2e/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/openvidu-components-angular/e2e/config.ts b/openvidu-components-angular/e2e/config.ts index 8b1fffc076..110073e880 100644 --- a/openvidu-components-angular/e2e/config.ts +++ b/openvidu-components-angular/e2e/config.ts @@ -1,3 +1,4 @@ export const LAUNCH_MODE = process.env.LAUNCH_MODE || 'DEV'; export const OPENVIDU_CALL_SERVER = process.env.OPENVIDU_CALL_SERVER || 'http://localhost:6080'; +jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;