X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Freverse-proxy.ts;h=d882f0bde79fe70e8c65069da6837eaed9adaed1;hb=77239b425a8e00822a53c9907415832a473c3eb6;hp=0a1565faff36b0e1cc75d0ac7217cee98e60fdc6;hpb=0c9a83546687d2ae80b3f5299a8ee59d741f894f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/reverse-proxy.ts b/server/tests/api/server/reverse-proxy.ts index 0a1565faf..d882f0bde 100644 --- a/server/tests/api/server/reverse-proxy.ts +++ b/server/tests/api/server/reverse-proxy.ts @@ -11,7 +11,7 @@ describe('Test application behind a reverse proxy', function () { let videoId: string before(async function () { - this.timeout(30000) + this.timeout(60000) const config = { rates_limit: { @@ -42,7 +42,7 @@ describe('Test application behind a reverse proxy', function () { }) it('Should view a video only once with the same IP by default', async function () { - this.timeout(20000) + this.timeout(40000) await server.views.simulateView({ id: videoId }) await server.views.simulateView({ id: videoId })