Fix test by giving redis enough time to delete

This commit is contained in:
Rafa de la Torre 2018-10-17 17:32:51 +02:00
parent f26ddef244
commit 83897293c6

View File

@ -325,7 +325,7 @@ function rateLimitAndVectorTilesTest(usePostGIS) {
redisClient.SELECT(5, () => {
redisClient.del('user:localhost:mapviews:global');
done();
setTimeout(done, 1000);
});
});
});