From: Peter van Dijk Date: Thu, 10 Aug 2017 10:44:50 +0000 (+0200) Subject: increase TTL in packet cache test to avoid failure on slow testing runs X-Git-Tag: dnsdist-1.2.0~29^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62ff90225e9a073ea7becbf1dc42c1eee56f18e2;p=pdns increase TTL in packet cache test to avoid failure on slow testing runs --- diff --git a/pdns/test-packetcache_cc.cc b/pdns/test-packetcache_cc.cc index c3868a6fc..5b95d0978 100644 --- a/pdns/test-packetcache_cc.cc +++ b/pdns/test-packetcache_cc.cc @@ -160,7 +160,7 @@ try DNSPacket cached(false); g_PC->get(&q, &cached); - g_PC->insert(&q, &r, 10); + g_PC->insert(&q, &r, 60); } return 0;