]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/external-plugins/auto-mute.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / tests / external-plugins / auto-mute.ts
index cfed76e8856c7a2931bd66b842a4f3e2beb2bd8a..a9bf3c173a963a39500a19a3fb5bd34cea2e7c3e 100644 (file)
@@ -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: [
         {