diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-19 08:27:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-19 08:27:04 +0200 |
commit | 8d57e728756fe4de70d720775675e961fc3f30d3 (patch) | |
tree | 85d4f2001478dd94c13634961fa39fad8a02b377 /server/tests/api/videos | |
parent | e9bce3436197448b3a40a25fbb83688c90312391 (diff) | |
download | PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.gz PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.zst PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.zip |
Increase timeouts
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/videos-history.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-history.ts b/server/tests/api/videos/videos-history.ts index 89e74a309..e102fd7c0 100644 --- a/server/tests/api/videos/videos-history.ts +++ b/server/tests/api/videos/videos-history.ts | |||
@@ -18,7 +18,7 @@ describe('Test videos history', function () { | |||
18 | let userAccessToken: string | 18 | let userAccessToken: string |
19 | 19 | ||
20 | before(async function () { | 20 | before(async function () { |
21 | this.timeout(30000) | 21 | this.timeout(120000) |
22 | 22 | ||
23 | server = await createSingleServer(1) | 23 | server = await createSingleServer(1) |
24 | 24 | ||