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 b53a0ec commit 79ce97fCopy full SHA for 79ce97f
spec/RedisCacheAdapter.spec.js
@@ -78,7 +78,7 @@ describe_only(() => {
78
.put(KEY, VALUE, ttl)
79
.then(() => cache.get(KEY))
80
.then(value => expect(value).toEqual(VALUE))
81
- .then(wait.bind(null, 2))
+ .then(wait.bind(null, 4))
82
83
.then(value => expect(value).toEqual(null))
84
);
0 commit comments