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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ff90225e9a073ea7becbf1dc42c1eee56f18e2;p=thirdparty%2Fpdns.git 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 c3868a6fc9..5b95d09787 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;