1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

More robust live ending job

This commit is contained in:
Chocobozzz 2022-05-25 15:18:29 +02:00
parent 5333788c08
commit c8fdfab0e3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 7 additions and 3 deletions

View file

@ -18,7 +18,7 @@ import {
const expect = chai.expect
describe('Test live', function () {
describe('Test live socket messages', function () {
let servers: PeerTubeServer[] = []
before(async function () {