1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Increase test timeout for appveyor

This commit is contained in:
Ruben Bridgewater
2015-11-19 00:29:49 +01:00
parent 6cee5df6aa
commit 431bed882b

View File

@@ -16,6 +16,7 @@ describe("The 'multi' method", function () {
describe('regression test', function () {
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();
var end = helper.callFuncAfter(done, 100);