From 15f2ac71522122b4056f5d5142f2b65de2c5bae4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Oct 2023 11:58:43 +0100 Subject: [PATCH] Fix invalid timeout --- packages/tests/src/api/server/handle-down.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/tests/src/api/server/handle-down.ts b/packages/tests/src/api/server/handle-down.ts index 604df129f..4ac4dacb6 100644 --- a/packages/tests/src/api/server/handle-down.ts +++ b/packages/tests/src/api/server/handle-down.ts @@ -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)