diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-12 09:02:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-12 09:02:40 +0100 |
commit | 8ace68056dedefc3cff696d2cd52832b89c2c845 (patch) | |
tree | e069eca085d01189a609143091ec1a3254c23cab /server/tests | |
parent | efd31a6ae276ae0337b8b342861103551de32753 (diff) | |
download | PeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.tar.gz PeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.tar.zst PeerTube-8ace68056dedefc3cff696d2cd52832b89c2c845.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 6e7e7b19f..46c7f5743 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -116,7 +116,7 @@ describe('Test user notifications', function () { | |||
116 | }) | 116 | }) |
117 | 117 | ||
118 | it('Should send a new video notification on a remote scheduled publication', async function () { | 118 | it('Should send a new video notification on a remote scheduled publication', async function () { |
119 | this.timeout(50000) | 119 | this.timeout(100000) |
120 | 120 | ||
121 | // In 2 seconds | 121 | // In 2 seconds |
122 | const updateAt = new Date(new Date().getTime() + 2000) | 122 | const updateAt = new Date(new Date().getTime() + 2000) |