Browse Source

Increase test timeout for appveyor

internal
Ruben Bridgewater 9 years ago
parent
commit
431bed882b
  1. 1
      test/multi.spec.js

1
test/multi.spec.js

@ -16,6 +16,7 @@ describe("The 'multi' method", function () {
describe('regression test', function () { describe('regression test', function () {
it('saved buffers with charsets different than utf-8 (issue #913)', function (done) { it('saved buffers with charsets different than utf-8 (issue #913)', function (done) {
this.timeout(12000); // Windows tests on 0.10 are slow
client = redis.createClient(); client = redis.createClient();
var end = helper.callFuncAfter(done, 100); var end = helper.callFuncAfter(done, 100);

Loading…
Cancel
Save