reduce the chance of a test failure

This commit is contained in:
Yemel Jardi 2014-06-25 16:17:34 -03:00
parent 96cbf8ad7b
commit db59a1bd36
1 changed files with 0 additions and 1 deletions

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);