reduce the chance of a test failure

This commit is contained in:
Yemel Jardi 2014-06-25 16:17:34 -03:00
commit db59a1bd36

View file

@ -331,7 +331,6 @@ describe('Wallet model', function() {
var w = cachedCreateW2();
var spy = sinon.spy(w, 'scheduleConnect');
var callCount = 3;
w.reconnectDelay = 25;
w.netStart();
setTimeout(function() {
sinon.assert.callCount(spy, callCount);