restore tests

This commit is contained in:
Unitech 2015-02-06 21:47:28 -05:00
parent f683fb1982
commit cc9465a6ef
2 changed files with 7 additions and 5 deletions

View File

@ -44,10 +44,10 @@ mocha ./test/interface/interactor.daemonizer.mocha.js
spec "Remote interactor keys save verification"
mocha ./test/interface/remote.mocha.js
spec "Remote interactions test"
#mocha ./test/interface/bus.spec.mocha.js
#spec "Protocol communication test"
#mocha ./test/interface/bus.fork.spec.mocha.js
#spec "Protocol communication test"
mocha ./test/interface/bus.spec.mocha.js
spec "Protocol communication test"
mocha ./test/interface/bus.fork.spec.mocha.js
spec "Protocol communication test"
echo " ______ ________________________"
echo " / __/ / / / ___/ ___/ __/ __/ __/"

View File

@ -6,7 +6,9 @@ var http = require('http');
http.createServer(function(req, res) {
res.writeHead(200);
res.end('transaction');
setTimeout(function() {
res.end('transaction');
}, 1000);
}).listen(9010);
setInterval(function() {