From 7a7724e66e4533523083e7336cd0d0c747c4a33b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Nov 2017 17:39:41 +0100 Subject: Handle follow/accept --- server/tests/real-world/real-world.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/tests/real-world/real-world.ts') diff --git a/server/tests/real-world/real-world.ts b/server/tests/real-world/real-world.ts index da5696f8c..c79ad38ff 100644 --- a/server/tests/real-world/real-world.ts +++ b/server/tests/real-world/real-world.ts @@ -3,7 +3,6 @@ import * as program from 'commander' // /!\ Before imports /!\ process.env.NODE_ENV = 'test' -import { REQUESTS_INTERVAL } from '../../initializers/constants' import { Video, VideoRateType, VideoFile } from '../../../shared' import { ServerInfo as DefaultServerInfo, @@ -137,7 +136,7 @@ async function start () { initializeRequestsPerServer(servers) checking = false clearInterval(waitingInterval) - }, REQUESTS_INTERVAL) + }, 10000) }, integrityInterval) } -- cgit v1.2.3