make default min ttl 5 (#2227)
This commit is contained in:
parent
85e5ab77d6
commit
96529b2c50
3 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ func TestLookupCache(t *testing.T) {
|
|||
})
|
||||
|
||||
t.Run("Short TTL", func(t *testing.T) {
|
||||
testCase(t, state, p, "short.example.org.", 1, 1)
|
||||
testCase(t, state, p, "short.example.org.", 1, 5)
|
||||
})
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue