mirror of https://github.com/hashicorp/consul
Doubles the GC timing.
parent
8de7c77482
commit
7c6ab5e783
|
@ -24,7 +24,7 @@ func TestTombstoneGC_invalid(t *testing.T) {
|
|||
|
||||
func TestTombstoneGC(t *testing.T) {
|
||||
ttl := 500 * time.Millisecond
|
||||
gran := 100 * time.Millisecond
|
||||
gran := 200 * time.Millisecond
|
||||
gc, err := NewTombstoneGC(ttl, gran)
|
||||
if err != nil {
|
||||
t.Fatalf("err: %v", err)
|
||||
|
|
Loading…
Reference in New Issue