From 33b91e53d21fba295ecf516b717fb36e91990771 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 09:20:28 +0200 Subject: Remove low timeouts Default timeout is 30s --- server/tests/api/moderation/blocklist.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/tests/api/moderation/blocklist.ts') diff --git a/server/tests/api/moderation/blocklist.ts b/server/tests/api/moderation/blocklist.ts index 47d29e7f8..b90d8c16c 100644 --- a/server/tests/api/moderation/blocklist.ts +++ b/server/tests/api/moderation/blocklist.ts @@ -439,8 +439,6 @@ describe('Test blocklist', function () { }) it('Should hide its comments', async function () { - this.timeout(10000) - const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' }) await waitJobs(servers) @@ -767,8 +765,6 @@ describe('Test blocklist', function () { }) it('Should hide its comments', async function () { - this.timeout(10000) - const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' }) await waitJobs(servers) -- cgit v1.2.3