API is starting to run

This commit is contained in:
Gaël Métais
2014-12-05 16:14:08 +01:00
parent e18cd87a07
commit 906f0876a0
18 changed files with 423 additions and 108 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ var PhantomasWrapper = function() {
}, 600000);
// It's time to launch the test!!!
var triesNumber = 3;
var triesNumber = 2;
async.retry(triesNumber, function(cb) {
phantomas(task.url, options, function(err, json, results) {