aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 c05f3330a..9f8a7c6ea 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -158,7 +158,7 @@ describe('Test user notifications', function () {
158 }) 158 })
159 159
160 it('Should send a new video notification when a remote video becomes public', async function () { 160 it('Should send a new video notification when a remote video becomes public', async function () {
161 this.timeout(50000) 161 this.timeout(120000)
162 162
163 const data = { privacy: VideoPrivacy.PRIVATE } 163 const data = { privacy: VideoPrivacy.PRIVATE }
164 const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data) 164 const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)