You've already forked node-redis
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user