1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Increase timeouts

This commit is contained in:
Chocobozzz 2023-10-26 16:41:19 +02:00
parent a2d5c2d44f
commit 09ab8e577c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -281,7 +281,7 @@ describe('Test user notifications', function () {
})
it('Should send a notification when the scheduled update has been proceeded', async function () {
this.timeout(70000)
this.timeout(140000)
// In 2 seconds
const updateAt = new Date(new Date().getTime() + 2000)