diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-11 16:00:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-11 16:00:11 +0200 |
commit | bbae45c32ea41ba4926b291fac5f594c94d5aa9d (patch) | |
tree | 44f0f15ea972f04a3caa9622e311621936cea7e5 /server/tests/api/notifications | |
parent | 8c13fd744fcb1c40f705eeceb4fbf08676d7451a (diff) | |
download | PeerTube-bbae45c32ea41ba4926b291fac5f594c94d5aa9d.tar.gz PeerTube-bbae45c32ea41ba4926b291fac5f594c94d5aa9d.tar.zst PeerTube-bbae45c32ea41ba4926b291fac5f594c94d5aa9d.zip |
Fix live tests
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 fc953f144..5a632fb22 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -545,7 +545,7 @@ describe('Test moderation notifications', function () { | |||
545 | }) | 545 | }) |
546 | 546 | ||
547 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { | 547 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { |
548 | this.timeout(40000) | 548 | this.timeout(120000) |
549 | 549 | ||
550 | const updateAt = new Date(new Date().getTime() + 1000000) | 550 | const updateAt = new Date(new Date().getTime() + 1000000) |
551 | 551 | ||