aboutsummaryrefslogtreecommitdiff
path: root/test/cache_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_test.go')
-rw-r--r--test/cache_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_test.go b/test/cache_test.go
index 191035b5f..30f119839 100644
--- a/test/cache_test.go
+++ b/test/cache_test.go
@@ -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)
})
}