We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6506510 commit bb337d1Copy full SHA for bb337d1
spec/RedisCacheAdapter.spec.js
@@ -89,7 +89,7 @@ describe_only(() => {
89
});
90
91
it('should find un-expired records', done => {
92
- const cache = new RedisCacheAdapter(null, 50);
+ const cache = new RedisCacheAdapter(null, 100);
93
94
cache
95
.put(KEY, VALUE)
0 commit comments