Skip to content

Commit ca3f337

Browse files
committed
Fixed race condition in redis test.
1 parent faad10b commit ca3f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stores.redis.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ module.exports = {
233233
store.destroy();
234234
done();
235235
});
236-
}, 1900);
236+
}, 2000);
237237
});
238238
}
239239

0 commit comments

Comments
 (0)