Doubles the GC timing.

This commit is contained in:
James Phillips 2017-11-08 15:01:11 -08:00
parent 8eb91777d9
commit e00624425b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -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)