marionette-client
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -56,5 +56,4 @@ var wire = require('json-wire-protocol'); | ||
options = options || {}; | ||
var interval = options.interval || 0; | ||
var timeout = options.timeout || 30000; | ||
var socketTimeout = 1000; | ||
var interval = options.interval || 1000; | ||
var timeout = options.timeout || 10000; | ||
@@ -67,3 +66,3 @@ var sockit = new sockittome.Sockit(); | ||
// to avoid socket misuse. | ||
sockit.setPollTimeout(socketTimeout); | ||
sockit.setPollTimeout(interval); | ||
@@ -70,0 +69,0 @@ function probeSocket() { |
{ | ||
"name": "marionette-client", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"main": "lib/marionette/index", | ||
@@ -5,0 +5,0 @@ "description": "Marionette Javascript Client", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97088
3146