aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/server/reverse-proxy.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/server/reverse-proxy.ts')
-rw-r--r--server/tests/api/server/reverse-proxy.ts4
1 files changed, 2 insertions, 2 deletions
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 () {
11 let videoId: string 11 let videoId: string
12 12
13 before(async function () { 13 before(async function () {
14 this.timeout(30000) 14 this.timeout(60000)
15 15
16 const config = { 16 const config = {
17 rates_limit: { 17 rates_limit: {
@@ -42,7 +42,7 @@ describe('Test application behind a reverse proxy', function () {
42 }) 42 })
43 43
44 it('Should view a video only once with the same IP by default', async function () { 44 it('Should view a video only once with the same IP by default', async function () {
45 this.timeout(20000) 45 this.timeout(40000)
46 46
47 await server.views.simulateView({ id: videoId }) 47 await server.views.simulateView({ id: videoId })
48 await server.views.simulateView({ id: videoId }) 48 await server.views.simulateView({ id: videoId })