aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-12-12 16:16:27 +0100
committerChocobozzz <me@florianbigard.com>2022-12-12 16:16:27 +0100
commit9b6c9b5ae64cce9d9b3cd1bed8546f4f1725cb79 (patch)
tree2465b90e35b895c54a0f2fcc72fc2267bfd12c82 /server
parent372f8a41a60d49d8c2fa69f0889c3dd3bb291f85 (diff)
downloadPeerTube-9b6c9b5ae64cce9d9b3cd1bed8546f4f1725cb79.tar.gz
PeerTube-9b6c9b5ae64cce9d9b3cd1bed8546f4f1725cb79.tar.zst
PeerTube-9b6c9b5ae64cce9d9b3cd1bed8546f4f1725cb79.zip
Increase timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/notifications/user-notifications.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts
index c6087b1eb..f945cb6a8 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -247,7 +247,7 @@ describe('Test user notifications', function () {
247 }) 247 })
248 248
249 it('Should send a notification even if the video is not transcoded in other resolutions', async function () { 249 it('Should send a notification even if the video is not transcoded in other resolutions', async function () {
250 this.timeout(50000) 250 this.timeout(100_000)
251 251
252 const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true, fixture: 'video_short_240p.mp4' }) 252 const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true, fixture: 'video_short_240p.mp4' })
253 await waitJobs(servers) 253 await waitJobs(servers)
@@ -256,7 +256,7 @@ describe('Test user notifications', function () {
256 }) 256 })
257 257
258 it('Should send a notification with a transcoded video', async function () { 258 it('Should send a notification with a transcoded video', async function () {
259 this.timeout(50000) 259 this.timeout(100_000)
260 260
261 const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true }) 261 const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true })
262 await waitJobs(servers) 262 await waitJobs(servers)