diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 09:48:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 09:48:45 +0200 |
commit | 8e4fba97b26090e0c77ee9591058cd34ef9d2f55 (patch) | |
tree | aced2d2b805845f81075412ed841221dcb4d7fca /packages/tests/src | |
parent | 276f5fa24f642fea7d7e6fb8812772e471070993 (diff) | |
download | PeerTube-8e4fba97b26090e0c77ee9591058cd34ef9d2f55.tar.gz PeerTube-8e4fba97b26090e0c77ee9591058cd34ef9d2f55.tar.zst PeerTube-8e4fba97b26090e0c77ee9591058cd34ef9d2f55.zip |
Automatically adapt player ratio
Diffstat (limited to 'packages/tests/src')
-rw-r--r-- | packages/tests/src/api/notifications/notifications-api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/api/notifications/notifications-api.ts b/packages/tests/src/api/notifications/notifications-api.ts index 1c7461553..f99b81e94 100644 --- a/packages/tests/src/api/notifications/notifications-api.ts +++ b/packages/tests/src/api/notifications/notifications-api.ts | |||
@@ -18,7 +18,7 @@ describe('Test notifications API', function () { | |||
18 | let emails: object[] = [] | 18 | let emails: object[] = [] |
19 | 19 | ||
20 | before(async function () { | 20 | before(async function () { |
21 | this.timeout(120000) | 21 | this.timeout(240000) |
22 | 22 | ||
23 | const res = await prepareNotificationsTest(1) | 23 | const res = await prepareNotificationsTest(1) |
24 | emails = res.emails | 24 | emails = res.emails |