diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-14 13:39:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-14 13:39:36 +0200 |
commit | 638949c67a1fe6966909184880f0194ac6beb077 (patch) | |
tree | 3c389ed2360fdabd346068fed229c5a46f52026d /server/tests | |
parent | 4404a7c467a2c6863728127eeff5ca4b59619940 (diff) | |
download | PeerTube-638949c67a1fe6966909184880f0194ac6beb077.tar.gz PeerTube-638949c67a1fe6966909184880f0194ac6beb077.tar.zst PeerTube-638949c67a1fe6966909184880f0194ac6beb077.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-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 9f8a7c6ea..ceadc21ff 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -302,7 +302,7 @@ describe('Test user notifications', function () { | |||
302 | }) | 302 | }) |
303 | 303 | ||
304 | it('Should not send a notification before the video is published', async function () { | 304 | it('Should not send a notification before the video is published', async function () { |
305 | this.timeout(50000) | 305 | this.timeout(150000) |
306 | 306 | ||
307 | const updateAt = new Date(new Date().getTime() + 1000000) | 307 | const updateAt = new Date(new Date().getTime() + 1000000) |
308 | 308 | ||