1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Fix undo like/dislike forwarding

This commit is contained in:
Chocobozzz 2017-11-28 08:45:03 +01:00
parent a2431b7dcb
commit 5e3bb76cb6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 15 additions and 4 deletions

View file

@ -67,7 +67,7 @@ describe('Test video transcoding', function () {
}
await uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes)
await wait(10000)
await wait(20000)
const res = await getVideosList(servers[1].url)