mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional-tester: increase lease TTL
increasing lease TTL ensure that lease doesn't expire during hashes stabilization period. I observed that it can take a long time for etcd cluster to become stable.
This commit is contained in:
parent
c58ae95429
commit
1dc60bb97e
@ -30,7 +30,7 @@ import (
|
||||
|
||||
const (
|
||||
// time to live for lease
|
||||
TTL = 30
|
||||
TTL = 120
|
||||
// leasesStressRoundPs indicates the rate that leaseStresser.run() creates and deletes leases per second
|
||||
leasesStressRoundPs = 1
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user