mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Enhanced tests timeout
parent
7f2660abd9
commit
28f2405cc6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue