From 66855b5542d6c4a440c1e5b1d4c3c368daed398d Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 2 Jun 2023 22:37:36 +0200 Subject: [PATCH] make test happy for some reason Signed-off-by: Sam Therapy --- pkg/query/query_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/query/query_test.go b/pkg/query/query_test.go index a23ec91..435a32d 100644 --- a/pkg/query/query_test.go +++ b/pkg/query/query_test.go @@ -4,6 +4,7 @@ package query_test import ( "testing" + "time" "dns.froth.zone/awl/pkg/query" "dns.froth.zone/awl/pkg/util" @@ -100,6 +101,7 @@ func TestCreateQ(t *testing.T) { Type: dns.TypeA, Name: "example.com.", Retries: 3, + Timeout: time.Second, }, Display: util.Display{ Comments: true,