ov-components: Enhanced tests timeout

dependabot/npm_and_yarn/openvidu-testapp/elliptic-6.6.0
Carlos Santos 2024-10-10 21:14:08 +02:00
parent 7f2660abd9
commit 28f2405cc6
1 changed files with 1 additions and 0 deletions

View File

@ -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;