You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Improve tests a bit
Reduce timeouts if possible Extend timeouts if needed (windows tests need their time) Don't expose the redis socket to others than the owner Don't create the stunnel log
This commit is contained in:
@@ -34,7 +34,7 @@ describe("The 'info' method", function () {
|
||||
setTimeout(function () {
|
||||
assert.strictEqual(typeof client.server_info.db2, 'object');
|
||||
done();
|
||||
}, 150);
|
||||
}, 30);
|
||||
});
|
||||
|
||||
it('works with optional section provided with and without callback', function (done) {
|
||||
|
Reference in New Issue
Block a user