Fix invalid timeout

pull/6026/head
Chocobozzz 2023-10-30 11:58:43 +01:00
parent 543fbd1ffe
commit 15f2ac7152
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -254,8 +254,6 @@ describe('Test handle downs', function () {
})
it('Should correctly reply to the comment', async function () {
this.timeout(15000)
await servers[2].comments.addReply({ videoId: missedVideo2.uuid, toCommentId: commentIdServer2, text: 'comment 1-4' })
await waitJobs(servers)