diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-06 10:04:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-06 10:05:05 +0100 |
commit | 33675a4775d1e1e9dcb58e7e53f5027b81262622 (patch) | |
tree | b16fe2a9acb82648cc478dd461346ef7494fb645 /server/tests/api/notifications/user-notifications.ts | |
parent | 14a07e01769b585fc341b524b93be31c6c8acb56 (diff) | |
download | PeerTube-33675a4775d1e1e9dcb58e7e53f5027b81262622.tar.gz PeerTube-33675a4775d1e1e9dcb58e7e53f5027b81262622.tar.zst PeerTube-33675a4775d1e1e9dcb58e7e53f5027b81262622.zip |
Increase timeout
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 468efdf35..9af20843e 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -267,7 +267,7 @@ describe('Test user notifications', function () { | |||
267 | }) | 267 | }) |
268 | 268 | ||
269 | it('Should send a notification when an imported video is transcoded', async function () { | 269 | it('Should send a notification when an imported video is transcoded', async function () { |
270 | this.timeout(50000) | 270 | this.timeout(120000) |
271 | 271 | ||
272 | const name = 'video import ' + buildUUID() | 272 | const name = 'video import ' + buildUUID() |
273 | 273 | ||