aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/user-notifications.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-12 09:02:40 +0100
committerChocobozzz <me@florianbigard.com>2021-01-12 09:02:40 +0100
commit8ace68056dedefc3cff696d2cd52832b89c2c845 (patch)
treee069eca085d01189a609143091ec1a3254c23cab /server/tests/api/notifications/user-notifications.ts
parentefd31a6ae276ae0337b8b342861103551de32753 (diff)
downloadPeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.tar.gz
PeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.tar.zst
PeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.zip
Increase test timeout
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 6e7e7b19f..46c7f5743 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -116,7 +116,7 @@ describe('Test user notifications', function () {
116 }) 116 })
117 117
118 it('Should send a new video notification on a remote scheduled publication', async function () { 118 it('Should send a new video notification on a remote scheduled publication', async function () {
119 this.timeout(50000) 119 this.timeout(100000)
120 120
121 // In 2 seconds 121 // In 2 seconds
122 const updateAt = new Date(new Date().getTime() + 2000) 122 const updateAt = new Date(new Date().getTime() + 2000)