diff options
Diffstat (limited to 'server/tests/api/object-storage')
-rw-r--r-- | server/tests/api/object-storage/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index 77bb00678..77ed78ae1 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts | |||
@@ -152,7 +152,7 @@ function runTestSuite (options: { | |||
152 | let deletedUrls: string[] = [] | 152 | let deletedUrls: string[] = [] |
153 | 153 | ||
154 | before(async function () { | 154 | before(async function () { |
155 | this.timeout(120000) | 155 | this.timeout(240000) |
156 | 156 | ||
157 | const port = await mockObjectStorageProxy.initialize() | 157 | const port = await mockObjectStorageProxy.initialize() |
158 | baseMockUrl = options.useMockBaseUrl | 158 | baseMockUrl = options.useMockBaseUrl |