diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-27 16:19:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-27 16:19:36 +0200 |
commit | 2b32c5b37e0b10261a108cc7c23b72d64f806576 (patch) | |
tree | f7977ac5d198802a13826a7faf37a15eb45c09c8 /server/tests/api | |
parent | aca96f8007a5be97b7cfa36e3fee0b7003b1bcf5 (diff) | |
download | PeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.tar.gz PeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.tar.zst PeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.zip |
Fix InvalidVideoTitle console warning
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index ad991210e..d8a7d576e 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -601,7 +601,7 @@ describe('Test moderation notifications', function () { | |||
601 | }) | 601 | }) |
602 | 602 | ||
603 | it('Should not send a notification to moderators on new video without auto-blacklist', async function () { | 603 | it('Should not send a notification to moderators on new video without auto-blacklist', async function () { |
604 | this.timeout(60000) | 604 | this.timeout(120000) |
605 | 605 | ||
606 | const name = 'video without auto-blacklist ' + buildUUID() | 606 | const name = 'video without auto-blacklist ' + buildUUID() |
607 | 607 | ||