Skip to content

Commit

Permalink
ov-components: Enhanced tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 10, 2024
1 parent 7f2660a commit 28f2405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvidu-components-angular/e2e/config.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 28f2405

Please sign in to comment.