Opens up test timing a little more.

pull/3669/head
James Phillips 7 years ago
parent c46612f691
commit 8de7c77482
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

@ -23,8 +23,8 @@ func TestTombstoneGC_invalid(t *testing.T) {
}
func TestTombstoneGC(t *testing.T) {
ttl := 200 * time.Millisecond
gran := 50 * time.Millisecond
ttl := 500 * time.Millisecond
gran := 100 * time.Millisecond
gc, err := NewTombstoneGC(ttl, gran)
if err != nil {
t.Fatalf("err: %v", err)

Loading…
Cancel
Save