tests: update log level to debug and remove commented timeout in tests

This commit is contained in:
Carlos Santos 2025-11-11 19:53:18 +01:00
parent 5b94728bc9
commit d377b016e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
USE_HTTPS=false
MEET_LOG_LEVEL=verbose
MEET_LOG_LEVEL=debug
SERVER_CORS_ORIGIN=*
MEET_INITIAL_API_KEY=meet-api-key
MEET_INITIAL_WEBHOOK_ENABLED=true
MEET_INITIAL_WEBHOOK_URL=http://localhost:5080/webhook
MEET_INITIAL_WEBHOOK_URL=http://localhost:5080/webhook
MEETING_DEPARTURE_TIMEOUT=1s

View File

@ -20,7 +20,6 @@ describe('Room API Tests', () => {
beforeAll(async () => {
setInternalConfig({
// MEETING_EMPTY_TIMEOUT: '1s'
MEETING_DEPARTURE_TIMEOUT: '1s'
});
await startTestServer();