Adds a recursor timeout line to the merge test.

This commit is contained in:
James Phillips 2016-09-01 21:53:33 -07:00
parent da34496645
commit fce0052a70
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

View File

@ -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",