From c2abf5a7a43ddab6da125ec73d9464527f18c9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 23 Sep 2014 10:50:48 +0200 Subject: [PATCH] Increase a little more the test timeout --- test/server/phantomasWrapperTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server/phantomasWrapperTest.js b/test/server/phantomasWrapperTest.js index 6b4ee77..b585210 100644 --- a/test/server/phantomasWrapperTest.js +++ b/test/server/phantomasWrapperTest.js @@ -10,7 +10,7 @@ describe('phantomasWrapper', function() { it('should execute', function(done) { var url = 'http://www.google.fr/'; - this.timeout(15000); + this.timeout(20000); phantomasWrapper.execute({ url: url, testId: '123abc',