aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-31 15:09:34 +0200
committerChocobozzz <me@florianbigard.com>2018-07-31 15:09:34 +0200
commitcf7a61b5a2b68fd966c4a355e37e84b048ed296b (patch)
tree4f4867344fe6856cb4f6b18856867c6e34171ea2 /server/tests/api
parentc487d3033cad9c5e0f85ae49ed3d2a7b6c2711d8 (diff)
downloadPeerTube-cf7a61b5a2b68fd966c4a355e37e84b048ed296b.tar.gz
PeerTube-cf7a61b5a2b68fd966c4a355e37e84b048ed296b.tar.zst
PeerTube-cf7a61b5a2b68fd966c4a355e37e84b048ed296b.zip
Cleanup req files on bad request
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/server/follows.ts2
-rw-r--r--server/tests/api/server/handle-down.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts
index a19b47509..25c87b4dc 100644
--- a/server/tests/api/server/follows.ts
+++ b/server/tests/api/server/follows.ts
@@ -178,7 +178,7 @@ describe('Test follows', function () {
178 }) 178 })
179 179
180 it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () { 180 it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () {
181 this.timeout(10000) 181 this.timeout(35000)
182 182
183 await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) 183 await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' })
184 await uploadVideo(servers[2].url, servers[2].accessToken, { name: 'server3' }) 184 await uploadVideo(servers[2].url, servers[2].accessToken, { name: 'server3' })
diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts
index fb9722630..18a0d9ce3 100644
--- a/server/tests/api/server/handle-down.ts
+++ b/server/tests/api/server/handle-down.ts
@@ -176,7 +176,7 @@ describe('Test handle downs', function () {
176 }) 176 })
177 177
178 it('Should re-follow server 1', async function () { 178 it('Should re-follow server 1', async function () {
179 this.timeout(15000) 179 this.timeout(35000)
180 180
181 await reRunServer(servers[1]) 181 await reRunServer(servers[1])
182 await reRunServer(servers[2]) 182 await reRunServer(servers[2])