aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-28 10:25:30 +0100
committerChocobozzz <me@florianbigard.com>2021-12-28 10:27:06 +0100
commit21d68e68039a1eefbe6213fbde46e737e520ee7d (patch)
tree963f364660fc16da324d82a7116faa6a73e38903 /server
parent6627dbc957477aa32e21ed1bdc8cd72b928cd616 (diff)
downloadPeerTube-21d68e68039a1eefbe6213fbde46e737e520ee7d.tar.gz
PeerTube-21d68e68039a1eefbe6213fbde46e737e520ee7d.tar.zst
PeerTube-21d68e68039a1eefbe6213fbde46e737e520ee7d.zip
Add version to generate types packages
Diffstat (limited to 'server')
-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 bb3024617..0bd474c09 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -125,7 +125,7 @@ describe('Test user notifications', function () {
125 }) 125 })
126 126
127 it('Should not send a notification before the video is published', async function () { 127 it('Should not send a notification before the video is published', async function () {
128 this.timeout(50000) 128 this.timeout(150000)
129 129
130 const updateAt = new Date(new Date().getTime() + 1000000) 130 const updateAt = new Date(new Date().getTime() + 1000000)
131 131