(sleep)
| 1 | const RedisCacheAdapter = require('../lib/Adapters/Cache/RedisCacheAdapter').default; |
| 2 | |
| 3 | function wait(sleep) { |
| 4 | return new Promise(function (resolve) { |
| 5 | setTimeout(resolve, sleep); |
| 6 | }); |
| 7 | } |
| 8 | /* |
| 9 | To run this test part of the complete suite |
| 10 | set PARSE_SERVER_TEST_CACHE='redis' |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…