aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-20 17:12:00 +0200
committerChocobozzz <me@florianbigard.com>2022-05-20 17:12:00 +0200
commit10178c47d0d123c0a40eb2872a87b6b1a891d5be (patch)
treece90cacbd2467b61b42d6a97bc3d88626d308b76
parentc2b1ffa7c763afa1e1cd4e499c0ffab25c814437 (diff)
downloadPeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.tar.gz
PeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.tar.zst
PeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.zip
Increase test timeout
-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)