aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r--server/tests/api/check-params/accounts.ts2
-rw-r--r--server/tests/api/check-params/config.ts2
-rw-r--r--server/tests/api/check-params/follows.ts2
-rw-r--r--server/tests/api/check-params/users.ts2
-rw-r--r--server/tests/api/check-params/video-abuses.ts2
-rw-r--r--server/tests/api/check-params/video-channels.ts2
-rw-r--r--server/tests/api/check-params/video-comments.ts2
-rw-r--r--server/tests/api/check-params/videos.ts2
8 files changed, 8 insertions, 8 deletions
diff --git a/server/tests/api/check-params/accounts.ts b/server/tests/api/check-params/accounts.ts
index 351228754..50dc0804e 100644
--- a/server/tests/api/check-params/accounts.ts
+++ b/server/tests/api/check-params/accounts.ts
@@ -13,7 +13,7 @@ describe('Test users API validators', function () {
13 // --------------------------------------------------------------- 13 // ---------------------------------------------------------------
14 14
15 before(async function () { 15 before(async function () {
16 this.timeout(20000) 16 this.timeout(30000)
17 17
18 await flushTests() 18 await flushTests()
19 19
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts
index 59a0c3049..a2a404702 100644
--- a/server/tests/api/check-params/config.ts
+++ b/server/tests/api/check-params/config.ts
@@ -45,7 +45,7 @@ describe('Test config API validators', function () {
45 // --------------------------------------------------------------- 45 // ---------------------------------------------------------------
46 46
47 before(async function () { 47 before(async function () {
48 this.timeout(20000) 48 this.timeout(30000)
49 49
50 await flushTests() 50 await flushTests()
51 server = await runServer(1) 51 server = await runServer(1)
diff --git a/server/tests/api/check-params/follows.ts b/server/tests/api/check-params/follows.ts
index e54f139f0..2bc3b27d9 100644
--- a/server/tests/api/check-params/follows.ts
+++ b/server/tests/api/check-params/follows.ts
@@ -14,7 +14,7 @@ describe('Test server follows API validators', function () {
14 // --------------------------------------------------------------- 14 // ---------------------------------------------------------------
15 15
16 before(async function () { 16 before(async function () {
17 this.timeout(20000) 17 this.timeout(30000)
18 18
19 await flushTests() 19 await flushTests()
20 server = await runServer(1) 20 server = await runServer(1)
diff --git a/server/tests/api/check-params/users.ts b/server/tests/api/check-params/users.ts
index 0c9d933a7..b0f35b9f7 100644
--- a/server/tests/api/check-params/users.ts
+++ b/server/tests/api/check-params/users.ts
@@ -24,7 +24,7 @@ describe('Test users API validators', function () {
24 // --------------------------------------------------------------- 24 // ---------------------------------------------------------------
25 25
26 before(async function () { 26 before(async function () {
27 this.timeout(20000) 27 this.timeout(30000)
28 28
29 await flushTests() 29 await flushTests()
30 30
diff --git a/server/tests/api/check-params/video-abuses.ts b/server/tests/api/check-params/video-abuses.ts
index 68e2ce786..68b965bbe 100644
--- a/server/tests/api/check-params/video-abuses.ts
+++ b/server/tests/api/check-params/video-abuses.ts
@@ -15,7 +15,7 @@ describe('Test video abuses API validators', function () {
15 // --------------------------------------------------------------- 15 // ---------------------------------------------------------------
16 16
17 before(async function () { 17 before(async function () {
18 this.timeout(20000) 18 this.timeout(30000)
19 19
20 await flushTests() 20 await flushTests()
21 21
diff --git a/server/tests/api/check-params/video-channels.ts b/server/tests/api/check-params/video-channels.ts
index 22e98d110..d073e28f0 100644
--- a/server/tests/api/check-params/video-channels.ts
+++ b/server/tests/api/check-params/video-channels.ts
@@ -19,7 +19,7 @@ describe('Test videos API validator', function () {
19 // --------------------------------------------------------------- 19 // ---------------------------------------------------------------
20 20
21 before(async function () { 21 before(async function () {
22 this.timeout(20000) 22 this.timeout(30000)
23 23
24 await flushTests() 24 await flushTests()
25 25
diff --git a/server/tests/api/check-params/video-comments.ts b/server/tests/api/check-params/video-comments.ts
index 9190054da..3fde9bd94 100644
--- a/server/tests/api/check-params/video-comments.ts
+++ b/server/tests/api/check-params/video-comments.ts
@@ -23,7 +23,7 @@ describe('Test video comments API validator', function () {
23 // --------------------------------------------------------------- 23 // ---------------------------------------------------------------
24 24
25 before(async function () { 25 before(async function () {
26 this.timeout(20000) 26 this.timeout(30000)
27 27
28 await flushTests() 28 await flushTests()
29 29
diff --git a/server/tests/api/check-params/videos.ts b/server/tests/api/check-params/videos.ts
index 5c067dc96..f25e3f595 100644
--- a/server/tests/api/check-params/videos.ts
+++ b/server/tests/api/check-params/videos.ts
@@ -21,7 +21,7 @@ describe('Test videos API validator', function () {
21 // --------------------------------------------------------------- 21 // ---------------------------------------------------------------
22 22
23 before(async function () { 23 before(async function () {
24 this.timeout(20000) 24 this.timeout(30000)
25 25
26 await flushTests() 26 await flushTests()
27 27