mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Adds a recursor timeout line to the merge test.
This commit is contained in:
parent
da34496645
commit
fce0052a70
@ -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…
x
Reference in New Issue
Block a user