Skip to content

Commit dfe9831

Browse files
committed
bump set tiemout for ttl verification
1 parent 0020197 commit dfe9831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit/redis-mutex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('RedisMutex', function () {
7474
expect(success).to.equal(true);
7575
count.next();
7676
});
77-
}, 50);
77+
}, 100);
7878
mutex1.lock(function (err, success) {
7979
if (err) { return done(err); }
8080
expect(success).to.equal(true);

0 commit comments

Comments
 (0)