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/external-plugins/auto-mute.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'server/tests/external-plugins/auto-mute.ts') diff --git a/server/tests/external-plugins/auto-mute.ts b/server/tests/external-plugins/auto-mute.ts index cfed76e88..a9bf3c173 100644 --- a/server/tests/external-plugins/auto-mute.ts +++ b/server/tests/external-plugins/auto-mute.ts @@ -50,8 +50,6 @@ describe('Official plugin auto-mute', function () { }) it('Should add a server blocklist', async function () { - this.timeout(10000) - blocklistServer.replace({ data: [ { @@ -67,8 +65,6 @@ describe('Official plugin auto-mute', function () { }) it('Should remove a server blocklist', async function () { - this.timeout(10000) - blocklistServer.replace({ data: [ { @@ -85,8 +81,6 @@ describe('Official plugin auto-mute', function () { }) it('Should add an account blocklist', async function () { - this.timeout(10000) - blocklistServer.replace({ data: [ { @@ -102,8 +96,6 @@ describe('Official plugin auto-mute', function () { }) it('Should remove an account blocklist', async function () { - this.timeout(10000) - blocklistServer.replace({ data: [ { -- cgit v1.2.3