API is starting to run
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user