aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/user-notifications.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-19 14:30:00 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-02-19 16:29:00 +0100
commit94d721efdc9a8c2cda612f49506a41adb6a06f1d (patch)
treeb7f14d72b2a34471addf2d4476b777d373ed9c59 /server/tests/api/notifications/user-notifications.ts
parentd7764e2eb7e2255a42465c8b06df9a77e3710d81 (diff)
downloadPeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.tar.gz
PeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.tar.zst
PeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.zip
Fix stats tests
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 6a65447fd..7e88d979b 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -314,7 +314,7 @@ describe('Test user notifications', function () {
314 }) 314 })
315 315
316 it('Should not send a notification before the video is published', async function () { 316 it('Should not send a notification before the video is published', async function () {
317 this.timeout(40000) 317 this.timeout(50000)
318 318
319 const updateAt = new Date(new Date().getTime() + 1000000) 319 const updateAt = new Date(new Date().getTime() + 1000000)
320 320