aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-23 08:34:17 +0200
committerChocobozzz <me@florianbigard.com>2021-04-26 11:33:14 +0200
commit185eabe1ef777ab341cc90ace3590f07197c1a8a (patch)
tree067fbdeda56a9cdbfee34d797c3f9ea8900908e7 /server
parent53c6b2b405c32f05d6f74041c64542e7b9f6178a (diff)
downloadPeerTube-185eabe1ef777ab341cc90ace3590f07197c1a8a.tar.gz
PeerTube-185eabe1ef777ab341cc90ace3590f07197c1a8a.tar.zst
PeerTube-185eabe1ef777ab341cc90ace3590f07197c1a8a.zip
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/videos/multiple-servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index 971fb983c..55e280e9f 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -577,7 +577,7 @@ describe('Test multiple servers', function () {
577 }) 577 })
578 578
579 it('Should like and dislikes videos on different services', async function () { 579 it('Should like and dislikes videos on different services', async function () {
580 this.timeout(30000) 580 this.timeout(50000)
581 581
582 await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like') 582 await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
583 await wait(500) 583 await wait(500)