Fix test by giving redis enough time to delete
This commit is contained in:
parent
f26ddef244
commit
83897293c6
@ -325,7 +325,7 @@ function rateLimitAndVectorTilesTest(usePostGIS) {
|
||||
|
||||
redisClient.SELECT(5, () => {
|
||||
redisClient.del('user:localhost:mapviews:global');
|
||||
done();
|
||||
setTimeout(done, 1000);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user