test: increased the timeout

This commit is contained in:
Dimitri Herzog 2022-03-22 22:11:13 +01:00
parent 07f0d1f0f8
commit 108d5ba9f7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var _ = Describe("Expiration cache", func() {
val, ttl := cache.Get("key1")
g.Expect(val).Should(Equal("val1"))
g.Expect(ttl.Milliseconds()).Should(BeNumerically("==", 0))
}, "60ms").Should(Succeed())
}, "100ms").Should(Succeed())
Expect(cache.TotalCount()).Should(Equal(0))
// internal map has still the expired item