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 () { let videoUUIDServer1: string before(async function () { - this.timeout(30000) + this.timeout(60000) { const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })