aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-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 f72de8229..0296d6eb7 100644
--- a/server/tests/plugins/plugin-helpers.ts
+++ b/server/tests/plugins/plugin-helpers.ts
@@ -144,7 +144,7 @@ describe('Test plugin helpers', function () {
144 let videoUUIDServer1: string 144 let videoUUIDServer1: string
145 145
146 before(async function () { 146 before(async function () {
147 this.timeout(30000) 147 this.timeout(60000)
148 148
149 { 149 {
150 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' }) 150 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })