From 83befebe52139f7533669b2e9b99ca1f807eb7ce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Jan 2021 11:03:52 +0100 Subject: Increase test timeout --- server/tests/api/notifications/user-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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 () { }) it('Should send a new video notification from a remote account', async function () { - this.timeout(50000) // Server 2 has transcoding enabled + this.timeout(150000) // Server 2 has transcoding enabled await addUserSubscription(servers[0].url, userAccessToken, 'root_channel@localhost:' + servers[1].port) await waitJobs(servers) -- cgit v1.2.3