diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:20:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:22:08 +0200 |
commit | 33b91e53d21fba295ecf516b717fb36e91990771 (patch) | |
tree | c3e6c31636a47b64c164c1e91ee2125bbc61339e /server/tests/external-plugins/auto-block-videos.ts | |
parent | 679f8800cdc0ef925fae9ca26fb2892a8f475ad5 (diff) | |
download | PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.gz PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.zst PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.zip |
Remove low timeouts
Default timeout is 30s
Diffstat (limited to 'server/tests/external-plugins/auto-block-videos.ts')
-rw-r--r-- | server/tests/external-plugins/auto-block-videos.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts index cadd02e8d..95d7a4b58 100644 --- a/server/tests/external-plugins/auto-block-videos.ts +++ b/server/tests/external-plugins/auto-block-videos.ts | |||
@@ -71,8 +71,6 @@ describe('Official plugin auto-block videos', function () { | |||
71 | }) | 71 | }) |
72 | 72 | ||
73 | it('Should auto block a video', async function () { | 73 | it('Should auto block a video', async function () { |
74 | this.timeout(10000) | ||
75 | |||
76 | await check(servers[0], server2Videos[0].uuid, true) | 74 | await check(servers[0], server2Videos[0].uuid, true) |
77 | 75 | ||
78 | blocklistServer.replace({ | 76 | blocklistServer.replace({ |
@@ -98,8 +96,6 @@ describe('Official plugin auto-block videos', function () { | |||
98 | }) | 96 | }) |
99 | 97 | ||
100 | it('Should not block a local video', async function () { | 98 | it('Should not block a local video', async function () { |
101 | this.timeout(10000) | ||
102 | |||
103 | await check(servers[0], server1Videos[0].uuid, true) | 99 | await check(servers[0], server1Videos[0].uuid, true) |
104 | 100 | ||
105 | blocklistServer.replace({ | 101 | blocklistServer.replace({ |
@@ -116,8 +112,6 @@ describe('Official plugin auto-block videos', function () { | |||
116 | }) | 112 | }) |
117 | 113 | ||
118 | it('Should remove a video block', async function () { | 114 | it('Should remove a video block', async function () { |
119 | this.timeout(10000) | ||
120 | |||
121 | await check(servers[0], server2Videos[0].uuid, false) | 115 | await check(servers[0], server2Videos[0].uuid, false) |
122 | 116 | ||
123 | blocklistServer.replace({ | 117 | blocklistServer.replace({ |