aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-05 13:48:56 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:05:22 +0100
commit26171379d0196ac645923e72b12e1cf29089835b (patch)
tree678e4c0f3f03387f6a3388e2479004ceb9e59dbc /server/tests
parentfeaf98d528851d025730b4f220e36f14ff5c29c7 (diff)
downloadPeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.gz
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.zst
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.zip
Use source sans 3 font
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/notifications/moderation-notifications.ts2
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 81f02ff99..cff19223f 100644
--- a/server/tests/api/notifications/moderation-notifications.ts
+++ b/server/tests/api/notifications/moderation-notifications.ts
@@ -604,7 +604,7 @@ describe('Test moderation notifications', function () {
604 }) 604 })
605 605
606 it('Should not send a notification to moderators on new video without auto-blacklist', async function () { 606 it('Should not send a notification to moderators on new video without auto-blacklist', async function () {
607 this.timeout(40000) 607 this.timeout(60000)
608 608
609 const name = 'video without auto-blacklist ' + uuidv4() 609 const name = 'video without auto-blacklist ' + uuidv4()
610 610