diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-20 17:12:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-20 17:12:00 +0200 |
commit | 10178c47d0d123c0a40eb2872a87b6b1a891d5be (patch) | |
tree | ce90cacbd2467b61b42d6a97bc3d88626d308b76 /server | |
parent | c2b1ffa7c763afa1e1cd4e499c0ffab25c814437 (diff) | |
download | PeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.tar.gz PeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.tar.zst PeerTube-10178c47d0d123c0a40eb2872a87b6b1a891d5be.zip |
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 2 |
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) |