chore(test): Add more retires (#115)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #115
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
This commit is contained in:
Sam Therapy 2022-09-27 13:54:17 +00:00
parent 284c0646f2
commit 434632884c
Signed by: Froth Git
GPG Key ID: 5D8CD75CC6B79913
1 changed files with 12 additions and 10 deletions

View File

@ -38,11 +38,12 @@ func TestRealPrint(t *testing.T) {
ShowQuery: true,
},
Request: util.Request{
Server: "a.gtld-servers.net",
Port: 53,
Type: dns.StringToType["NS"],
Class: 1,
Name: "google.com.",
Server: "a.gtld-servers.net",
Port: 53,
Type: dns.StringToType["NS"],
Class: 1,
Name: "google.com.",
Retries: 3,
},
EDNS: util.EDNS{
EnableEDNS: false,
@ -135,11 +136,12 @@ func TestRealPrint(t *testing.T) {
ShowQuery: true,
},
Request: util.Request{
Server: "dns.google",
Port: 853,
Type: dns.StringToType["NS"],
Class: 1,
Name: "freecumextremist.com.",
Server: "dns.google",
Port: 853,
Type: dns.StringToType["NS"],
Class: 1,
Name: "freecumextremist.com.",
Retries: 3,
},
},
{