test: increase timeout for check synced test

This commit is contained in:
Braydon Fuller 2016-04-20 12:05:15 -04:00
parent 3e2492e6d4
commit 2015514e78

View File

@ -814,7 +814,7 @@ describe('Bitcoin Service', function() {
bitcoind._updateTip.callCount.should.equal(10);
bitcoind._subscribeZmqEvents.callCount.should.equal(1);
done();
}, 40);
}, 200);
});
});