aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-videos.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-12 08:29:01 +0200
committerChocobozzz <me@florianbigard.com>2022-09-12 08:29:01 +0200
commit0cbcaccb8380f93980661d358b6db5d671a1577f (patch)
treef237a96e30d54e57c6ca96e5709062040ead0f2c /server/tests/api/users/user-videos.ts
parentab2e90f3cae7cfb54a9abbad9779d31959120614 (diff)
downloadPeerTube-0cbcaccb8380f93980661d358b6db5d671a1577f.tar.gz
PeerTube-0cbcaccb8380f93980661d358b6db5d671a1577f.tar.zst
PeerTube-0cbcaccb8380f93980661d358b6db5d671a1577f.zip
Increase test timeouts
Diffstat (limited to 'server/tests/api/users/user-videos.ts')
-rw-r--r--server/tests/api/users/user-videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/user-videos.ts b/server/tests/api/users/user-videos.ts
index 4343c1e49..0351ae853 100644
--- a/server/tests/api/users/user-videos.ts
+++ b/server/tests/api/users/user-videos.ts
@@ -20,7 +20,7 @@ describe('Test user videos', function () {
20 let anotherUserToken: string 20 let anotherUserToken: string
21 21
22 before(async function () { 22 before(async function () {
23 this.timeout(30000) 23 this.timeout(120000)
24 24
25 server = await createSingleServer(1) 25 server = await createSingleServer(1)
26 26