aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-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 0915603d0..e76d7917a 100644
--- a/server/tests/plugins/plugin-helpers.ts
+++ b/server/tests/plugins/plugin-helpers.ts
@@ -80,7 +80,7 @@ describe('Test plugin helpers', function () {
80 let videoUUIDServer1: string 80 let videoUUIDServer1: string
81 81
82 before(async function () { 82 before(async function () {
83 this.timeout(15000) 83 this.timeout(30000)
84 84
85 { 85 {
86 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' }) 86 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })