mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
integration: set InitialElectionTickAdvance to true by default
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
b923c74fe5
commit
ea829611b5
@ -573,6 +573,7 @@ func mustNewMember(t *testing.T, mcfg memberConfig) *member {
|
||||
m.ServerConfig.PeerTLSInfo = *m.PeerTLSInfo
|
||||
}
|
||||
m.ElectionTicks = electionTicks
|
||||
m.InitialElectionTickAdvance = true
|
||||
m.TickMs = uint(tickDuration / time.Millisecond)
|
||||
m.QuotaBackendBytes = mcfg.quotaBackendBytes
|
||||
m.MaxTxnOps = mcfg.maxTxnOps
|
||||
|
Loading…
x
Reference in New Issue
Block a user