tests: increase sleep duration to 4 seconds for webhook verification in garbage collector tests
This commit is contained in:
parent
ca59577fa5
commit
51e2f9103f
@ -101,7 +101,7 @@ describe('Room Garbage Collector Tests', () => {
|
|||||||
await disconnectFakeParticipants();
|
await disconnectFakeParticipants();
|
||||||
|
|
||||||
// Wait to receive webhook room_finished
|
// Wait to receive webhook room_finished
|
||||||
await sleep('2s');
|
await sleep('4s');
|
||||||
|
|
||||||
// Verify that the room is deleted
|
// Verify that the room is deleted
|
||||||
response = await getRoom(createdRoom.roomId);
|
response = await getRoom(createdRoom.roomId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user