tests: update log level to debug and remove commented timeout in tests
This commit is contained in:
parent
5b94728bc9
commit
d377b016e2
@ -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
|
||||
@ -20,7 +20,6 @@ describe('Room API Tests', () => {
|
||||
|
||||
beforeAll(async () => {
|
||||
setInternalConfig({
|
||||
// MEETING_EMPTY_TIMEOUT: '1s'
|
||||
MEETING_DEPARTURE_TIMEOUT: '1s'
|
||||
});
|
||||
await startTestServer();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user