Skip to content

Commit

Permalink
Fix invalid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Oct 30, 2023
1 parent 543fbd1 commit 15f2ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/tests/src/api/server/handle-down.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15f2ac7

Please sign in to comment.