backend(test): increase sleep duration for webhook processing in expired rooms GC test
This commit is contained in:
parent
ba0d0b10c4
commit
53f62708ce
@ -386,7 +386,7 @@ export const runExpiredRoomsGC = async () => {
|
||||
|
||||
const roomTaskScheduler = container.get(RoomScheduledTasksService);
|
||||
await roomTaskScheduler['deleteExpiredRooms']();
|
||||
await sleep('1s');
|
||||
await sleep('5s'); // TODO - replace with a more robust solution to ensure webhook is processed before proceeding with the tests
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user