From 37e35b0ed6cc4d36cab27e04000075fa9c241c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 18 Jun 2015 16:42:24 +0200 Subject: [PATCH] Debugging test failing on travis --- test/core/weightCheckerTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/core/weightCheckerTest.js b/test/core/weightCheckerTest.js index a524eae..cb817bc 100644 --- a/test/core/weightCheckerTest.js +++ b/test/core/weightCheckerTest.js @@ -6,8 +6,8 @@ var path = require('path'); describe('weightChecker', function() { it('should download a list of files', function(done) { - this.timeout(5000); - + this.timeout(10000); + var requestsList = [ { method: 'GET',