aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/user-notifications.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/notifications/user-notifications.ts')
-rw-r--r--server/tests/api/notifications/user-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts
index 1705fda55..a7cc529f8 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -186,7 +186,7 @@ describe('Test user notifications', function () {
186 }) 186 })
187 187
188 it('Should not send a new video notification when a remote video becomes unlisted', async function () { 188 it('Should not send a new video notification when a remote video becomes unlisted', async function () {
189 this.timeout(50000) 189 this.timeout(100000)
190 190
191 const data = { privacy: VideoPrivacy.PRIVATE } 191 const data = { privacy: VideoPrivacy.PRIVATE }
192 const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data) 192 const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)