Opens up test timing a little more.

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

View File

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