From e0e38b879f4d8ea367a0ea77be633d0b4d6762fa Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 12 Sep 2016 11:21:27 -0700 Subject: Fix some references --- test/unit/idStore-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/idStore-test.js b/test/unit/idStore-test.js index ac416e5cd..03b1d3b41 100644 --- a/test/unit/idStore-test.js +++ b/test/unit/idStore-test.js @@ -109,7 +109,7 @@ describe('IdentityStore', function() { }) it('should enforce seed compliance with TestRPC', function (done) { - this.timeout(5000) + this.timeout(10000) const tests = assertions.map((assertion) => { return function (cb) { accounts = [] @@ -122,7 +122,7 @@ describe('IdentityStore', function() { idStore.tryPassword(password, function (err) { - assert.ok(idStore.isUnlocked(), 'should unlock the id store') + assert.ok(idStore._isUnlocked(), 'should unlock the id store') idStore.submitPassword(password, function(err, account) { assert.ifError(err) -- cgit v1.2.3