diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-15 11:03:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-18 09:52:05 +0100 |
commit | 83befebe52139f7533669b2e9b99ca1f807eb7ce (patch) | |
tree | 8ecf42db27ba0ab12626848e0777954bbbc77313 /server/tests/api/notifications | |
parent | bfc75aaa4722f7936f049dce7010a1bbce9066c7 (diff) | |
download | PeerTube-83befebe52139f7533669b2e9b99ca1f807eb7ce.tar.gz PeerTube-83befebe52139f7533669b2e9b99ca1f807eb7ce.tar.zst PeerTube-83befebe52139f7533669b2e9b99ca1f807eb7ce.zip |
Increase test timeout
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) |