Reduce timeout from 60s to 45

This commit is contained in:
Gaël Métais
2015-05-11 17:16:05 +02:00
parent 5f6ba048e6
commit f9e60acdf6
+1 -1
View File
@@ -20,7 +20,7 @@ var PhantomasWrapper = function() {
var options = {
// Cusomizable options
'timeout': task.options.timeout || 60,
'timeout': task.options.timeout || 45,
'js-deep-analysis': task.options.jsDeepAnalysis || false,
'user-agent': (task.options.device === 'desktop') ? 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36' : null,
'tablet': (task.options.device === 'tablet'),