1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-03 04:01:40 +03:00

Make windows tests more robust

This commit is contained in:
Ruben Bridgewater
2016-03-14 22:06:42 +01:00
parent d858bd8383
commit f75b38a3e2
3 changed files with 17 additions and 19 deletions

View File

@ -73,7 +73,7 @@ describe("The 'multi' method", function () {
describe('pipeline limit', function () {
it('do not exceed maximum string size', function (done) {
this.timeout(25000); // Windows tests are horribly slow
this.timeout(30000); // Windows tests are horribly slow
// Triggers a RangeError: Invalid string length if not handled properly
client = redis.createClient();
var multi = client.multi();