Allow creation of indices on default fields (#4738)
* Allow creation of indexes on default fields * Update test * Try to address flaky cache test
This commit is contained in:
committed by
Tyler Brock
parent
b1017ac17c
commit
04588bccb9
@@ -28,7 +28,7 @@ describe('InMemoryCache', function() {
|
||||
let value = cache.get(KEY);
|
||||
expect(value).toEqual(VALUE);
|
||||
|
||||
wait(BASE_TTL.ttl * 2).then(() => {
|
||||
wait(BASE_TTL.ttl * 10).then(() => {
|
||||
value = cache.get(KEY)
|
||||
expect(value).toEqual(null);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user