diff --git a/zone_test.go b/zone_test.go index 6f18a81..23cf511 100644 --- a/zone_test.go +++ b/zone_test.go @@ -233,7 +233,7 @@ func TestMDNSService_HostNameQuery(t *testing.T) { Name: "testhost.", Rrtype: dns.TypeA, Class: dns.ClassINET, - Ttl: 10, + Ttl: 120, }, A: net.IP([]byte{192, 168, 0, 42}), }}, @@ -245,7 +245,7 @@ func TestMDNSService_HostNameQuery(t *testing.T) { Name: "testhost.", Rrtype: dns.TypeAAAA, Class: dns.ClassINET, - Ttl: 10, + Ttl: 120, }, AAAA: net.ParseIP("2620:0:1000:1900:b0c2:d0b2:c411:18bc"), }},