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