diff options
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 46c7f5743..a0d5a1fdd 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -87,7 +87,7 @@ describe('Test user notifications', function () { | |||
87 | }) | 87 | }) |
88 | 88 | ||
89 | it('Should send a new video notification from a remote account', async function () { | 89 | it('Should send a new video notification from a remote account', async function () { |
90 | this.timeout(50000) // Server 2 has transcoding enabled | 90 | this.timeout(150000) // Server 2 has transcoding enabled |
91 | 91 | ||
92 | await addUserSubscription(servers[0].url, userAccessToken, 'root_channel@localhost:' + servers[1].port) | 92 | await addUserSubscription(servers[0].url, userAccessToken, 'root_channel@localhost:' + servers[1].port) |
93 | await waitJobs(servers) | 93 | await waitJobs(servers) |