aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-18 18:10:45 +0100
committerChocobozzz <me@florianbigard.com>2018-01-18 18:10:45 +0100
commite212f88714ec67571970e369b77d6bec887f6d18 (patch)
treea6e962c3208a02db913add3baa237888f4b79b62 /server/tests/api/videos
parent5668bf2e51051c809d84b809e2644358fa5fd287 (diff)
downloadPeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.gz
PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.zst
PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.zip
Increase tests timeout
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r--server/tests/api/videos/services.ts2
-rw-r--r--server/tests/api/videos/single-server.ts2
-rw-r--r--server/tests/api/videos/video-channels.ts2
-rw-r--r--server/tests/api/videos/video-comments.ts2
-rw-r--r--server/tests/api/videos/video-transcoder.ts2
5 files changed, 5 insertions, 5 deletions
diff --git a/server/tests/api/videos/services.ts b/server/tests/api/videos/services.ts
index 699f79ab7..e456184cf 100644
--- a/server/tests/api/videos/services.ts
+++ b/server/tests/api/videos/services.ts
@@ -11,7 +11,7 @@ describe('Test services', function () {
11 let server: ServerInfo = null 11 let server: ServerInfo = null
12 12
13 before(async function () { 13 before(async function () {
14 this.timeout(10000) 14 this.timeout(30000)
15 15
16 await flushTests() 16 await flushTests()
17 17
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts
index 76d265ec5..476a25479 100644
--- a/server/tests/api/videos/single-server.ts
+++ b/server/tests/api/videos/single-server.ts
@@ -76,7 +76,7 @@ describe('Test a single server', function () {
76 } 76 }
77 77
78 before(async function () { 78 before(async function () {
79 this.timeout(10000) 79 this.timeout(30000)
80 80
81 await flushTests() 81 await flushTests()
82 82
diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts
index 8d33c6025..25b7ad6ab 100644
--- a/server/tests/api/videos/video-channels.ts
+++ b/server/tests/api/videos/video-channels.ts
@@ -26,7 +26,7 @@ describe('Test a video channels', function () {
26 let videoChannelId: number 26 let videoChannelId: number
27 27
28 before(async function () { 28 before(async function () {
29 this.timeout(10000) 29 this.timeout(30000)
30 30
31 await flushTests() 31 await flushTests()
32 32
diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts
index 0eddac35b..cf8166a96 100644
--- a/server/tests/api/videos/video-comments.ts
+++ b/server/tests/api/videos/video-comments.ts
@@ -23,7 +23,7 @@ describe('Test video comments', function () {
23 let replyToDeleteId: number 23 let replyToDeleteId: number
24 24
25 before(async function () { 25 before(async function () {
26 this.timeout(10000) 26 this.timeout(30000)
27 27
28 await flushTests() 28 await flushTests()
29 29
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts
index 9ce2ae190..c494e7f67 100644
--- a/server/tests/api/videos/video-transcoder.ts
+++ b/server/tests/api/videos/video-transcoder.ts
@@ -13,7 +13,7 @@ describe('Test video transcoding', function () {
13 let servers: ServerInfo[] = [] 13 let servers: ServerInfo[] = []
14 14
15 before(async function () { 15 before(async function () {
16 this.timeout(10000) 16 this.timeout(30000)
17 17
18 // Run servers 18 // Run servers
19 servers = await flushAndRunMultipleServers(2) 19 servers = await flushAndRunMultipleServers(2)