You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Windows fixes
Skip redis process spawn on windows for now
This commit is contained in:
@@ -73,7 +73,7 @@ describe("The 'multi' method", function () {
|
||||
describe('pipeline limit', function () {
|
||||
|
||||
it('do not exceed maximum string size', function (done) {
|
||||
this.timeout(12000); // Windows tests on 0.10 are slow
|
||||
this.timeout(25000); // Windows tests are horribly slow
|
||||
// Triggers a RangeError: Invalid string length if not handled properly
|
||||
client = redis.createClient();
|
||||
var multi = client.multi();
|
||||
|
Reference in New Issue
Block a user