aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/plugin-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts
index c0d95e1e0..a585e3020 100644
--- a/server/tests/plugins/plugin-helpers.ts
+++ b/server/tests/plugins/plugin-helpers.ts
@@ -180,7 +180,7 @@ describe('Test plugin helpers', function () {
180 }) 180 })
181 181
182 it('Should remove a video after a view', async function () { 182 it('Should remove a video after a view', async function () {
183 this.timeout(20000) 183 this.timeout(40000)
184 184
185 // Should not throw -> video exists 185 // Should not throw -> video exists
186 await getVideo(servers[0].url, videoUUID) 186 await getVideo(servers[0].url, videoUUID)