X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Ffollows.ts;h=243fcd4e702136e99427b8479674e1af30659b47;hb=8a19bee1a1ee39f973bb37429e4f73c3f2873cdb;hp=25c87b4dca380a4614c5f5518a4ffc46c2da1e1c;hpb=cf7a61b5a2b68fd966c4a355e37e84b048ed296b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 25c87b4dc..243fcd4e7 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -27,7 +27,7 @@ import { import { rateVideo } from '../../utils/videos/videos' import { waitJobs } from '../../utils/server/jobs' import { createVideoCaption, listVideoCaptions, testCaptionFile } from '../../utils/videos/video-captions' -import { VideoCaption } from '../../../../shared/models/videos/video-caption.model' +import { VideoCaption } from '../../../../shared/models/videos/caption/video-caption.model' const expect = chai.expect @@ -66,7 +66,7 @@ describe('Test follows', function () { }) it('Should have server 1 following server 2 and 3', async function () { - this.timeout(10000) + this.timeout(30000) await follow(servers[0].url, [ servers[1].url, servers[2].url ], servers[0].accessToken) @@ -311,7 +311,7 @@ describe('Test follows', function () { likes: 1, dislikes: 1, channel: { - name: 'Default root channel', + name: 'Main root channel', description: '', isLocal },