Increase test timeout

pull/5318/head
Chocobozzz 2022-09-27 08:26:55 +02:00
parent 84e7ff2757
commit 3097acc7c2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ describe('Test moderation notifications', function () {
}) })
it('Should send a notification only to admin when there is a new instance follower', async function () { it('Should send a notification only to admin when there is a new instance follower', async function () {
this.timeout(20000) this.timeout(60000)
await servers[2].follows.follow({ hosts: [ servers[0].url ] }) await servers[2].follows.follow({ hosts: [ servers[0].url ] })