tests: increase sleep duration to 4 seconds for webhook verification in garbage collector tests

This commit is contained in:
Carlos Santos 2025-04-23 14:48:11 +02:00
parent ca59577fa5
commit 51e2f9103f

View File

@ -101,7 +101,7 @@ describe('Room Garbage Collector Tests', () => {
await disconnectFakeParticipants();
// Wait to receive webhook room_finished
await sleep('2s');
await sleep('4s');
// Verify that the room is deleted
response = await getRoom(createdRoom.roomId);