mirror of
https://github.com/miekg/dns.git
synced 2025-10-12 02:11:13 +02:00
more minimal test
This commit is contained in:
parent
718abd1f50
commit
cf839930e2
@ -11,7 +11,7 @@ func TestResolver(t *testing.T) {
|
|||||||
ch := NewQuerier(res)
|
ch := NewQuerier(res)
|
||||||
|
|
||||||
res.Servers = []string{"127.0.0.1"}
|
res.Servers = []string{"127.0.0.1"}
|
||||||
res.Timeout = 2
|
// res.Timeout = 2
|
||||||
res.Attempts = 1
|
res.Attempts = 1
|
||||||
|
|
||||||
m := new(Msg)
|
m := new(Msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user