aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/moderation/blocklist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/moderation/blocklist.ts')
-rw-r--r--server/tests/api/moderation/blocklist.ts4
1 files changed, 0 insertions, 4 deletions
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 () {
439 }) 439 })
440 440
441 it('Should hide its comments', async function () { 441 it('Should hide its comments', async function () {
442 this.timeout(10000)
443
444 const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' }) 442 const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' })
445 443
446 await waitJobs(servers) 444 await waitJobs(servers)
@@ -767,8 +765,6 @@ describe('Test blocklist', function () {
767 }) 765 })
768 766
769 it('Should hide its comments', async function () { 767 it('Should hide its comments', async function () {
770 this.timeout(10000)
771
772 const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' }) 768 const { id } = await commentsCommand[1].createThread({ token: userToken2, videoId: videoUUID1, text: 'hidden comment 2' })
773 769
774 await waitJobs(servers) 770 await waitJobs(servers)