diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-13 08:42:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-13 08:42:39 +0200 |
commit | aac7f4304dc7fa48869cb3f09c30383222add436 (patch) | |
tree | 321fd34f72bcfdd57f64cc4362e21dbbb1784248 /server/tests | |
parent | e1e823faaa243a01b124f94b519772f09c8716bb (diff) | |
download | PeerTube-aac7f4304dc7fa48869cb3f09c30383222add436.tar.gz PeerTube-aac7f4304dc7fa48869cb3f09c30383222add436.tar.zst PeerTube-aac7f4304dc7fa48869cb3f09c30383222add436.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-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 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) |