diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/multiple-servers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/multiple-servers.ts b/server/tests/api/multiple-servers.ts index 7d06e55d1..052b0231f 100644 --- a/server/tests/api/multiple-servers.ts +++ b/server/tests/api/multiple-servers.ts | |||
@@ -174,7 +174,7 @@ describe('Test multiple servers', function () { | |||
174 | await uploadVideo(servers[1].url, userAccessToken, videoAttributes) | 174 | await uploadVideo(servers[1].url, userAccessToken, videoAttributes) |
175 | 175 | ||
176 | // Transcoding | 176 | // Transcoding |
177 | await wait(25000) | 177 | await wait(30000) |
178 | 178 | ||
179 | // All servers should have this video | 179 | // All servers should have this video |
180 | for (const server of servers) { | 180 | for (const server of servers) { |