diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-19 14:30:00 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-19 16:29:00 +0100 |
commit | 94d721efdc9a8c2cda612f49506a41adb6a06f1d (patch) | |
tree | b7f14d72b2a34471addf2d4476b777d373ed9c59 /server/tests/api/notifications | |
parent | d7764e2eb7e2255a42465c8b06df9a77e3710d81 (diff) | |
download | PeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.tar.gz PeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.tar.zst PeerTube-94d721efdc9a8c2cda612f49506a41adb6a06f1d.zip |
Fix stats tests
Diffstat (limited to 'server/tests/api/notifications')
-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 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 | ||