diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-27 16:23:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-27 16:23:04 +0200 |
commit | ca68986083edfc530985f47007a099b94cd65325 (patch) | |
tree | f5c86d8480bc864919fa8c2583eee301faddd9ad /server/tests/api/notifications | |
parent | 97922ecf640eb449f0664f23f9f69eeb4d9f5cd9 (diff) | |
parent | 2b32c5b37e0b10261a108cc7c23b72d64f806576 (diff) | |
download | PeerTube-ca68986083edfc530985f47007a099b94cd65325.tar.gz PeerTube-ca68986083edfc530985f47007a099b94cd65325.tar.zst PeerTube-ca68986083edfc530985f47007a099b94cd65325.zip |
Merge branch 'release/4.3.0' into develop
Diffstat (limited to 'server/tests/api/notifications')
-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 da9bd1196..fc953f144 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 | ||