Adds a recursor timeout line to the merge test.

pull/2322/head
James Phillips 8 years ago
parent da34496645
commit fce0052a70
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

@ -1419,7 +1419,8 @@ func TestMergeConfig(t *testing.T) {
ServiceTTL: map[string]time.Duration{
"api": 10 * time.Second,
},
UDPAnswerLimit: 4,
UDPAnswerLimit: 4,
RecursorTimeout: 30 * time.Second,
},
Domain: "other",
LogLevel: "info",

Loading…
Cancel
Save