From 5fe7e898316e18369c3e1aba307b55077adc7bfb Mon Sep 17 00:00:00 2001 From: Green-Star Date: Sun, 2 Jul 2017 20:48:31 +0200 Subject: Fix test (#71) * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments. --- server/tests/api/video-abuse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/video-abuse.js') diff --git a/server/tests/api/video-abuse.js b/server/tests/api/video-abuse.js index c2b6186bd..be35a361d 100644 --- a/server/tests/api/video-abuse.js +++ b/server/tests/api/video-abuse.js @@ -17,7 +17,7 @@ describe('Test video abuses', function () { let servers = [] before(function (done) { - this.timeout(40000) + this.timeout(100000) series([ // Run servers -- cgit v1.2.3