data-plumber
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -16,8 +16,8 @@ var jsDiff = require('diff') | ||
// bail after 10 seconds | ||
// bail after 20 seconds | ||
var timeout = setTimeout(function() { | ||
console.error('ERROR: 10 second timeout. Try "run" instead of "verify"!') | ||
console.error('ERROR: 20 second timeout. Try "run" instead of "verify"!') | ||
differ.end() | ||
process.exit(1) | ||
}, 10000) | ||
}, 20000) | ||
@@ -24,0 +24,0 @@ var differ = through(function(ch) { |
{ | ||
"name": "data-plumber", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "a nodeschool workshop for learning how to work with data", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |