Skip to content

Commit bb337d1

Browse files
committed
Increase little bit more one of the tests since it requires two calls to be done in time-fahsion way
1 parent 6506510 commit bb337d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/RedisCacheAdapter.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe_only(() => {
8989
});
9090

9191
it('should find un-expired records', done => {
92-
const cache = new RedisCacheAdapter(null, 50);
92+
const cache = new RedisCacheAdapter(null, 100);
9393

9494
cache
9595
.put(KEY, VALUE)

0 commit comments

Comments
 (0)