Fix handle downs test

pull/4107/head
Chocobozzz 2021-05-10 16:28:26 +02:00
parent 2f7c441917
commit f67d1dca1a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ describe('Test handle downs', function () {
await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes)
}
await waitJobs(servers[0])
await waitJobs([ servers[0], servers[2] ])
// Kill server 3
killallServers([ servers[2] ])