make default min ttl 5 (#2227)

This commit is contained in:
Chris O'Haver 2018-10-22 16:59:12 -04:00 committed by GitHub
parent 85e5ab77d6
commit 96529b2c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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)
})
}