diff options
Diffstat (limited to 'server/tests/api')
-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 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 | ||