Opens up test timing a little more.
This commit is contained in:
parent
d45c2a01f1
commit
8eb91777d9
|
@ -23,8 +23,8 @@ func TestTombstoneGC_invalid(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestTombstoneGC(t *testing.T) {
|
func TestTombstoneGC(t *testing.T) {
|
||||||
ttl := 200 * time.Millisecond
|
ttl := 500 * time.Millisecond
|
||||||
gran := 50 * time.Millisecond
|
gran := 100 * time.Millisecond
|
||||||
gc, err := NewTombstoneGC(ttl, gran)
|
gc, err := NewTombstoneGC(ttl, gran)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("err: %v", err)
|
t.Fatalf("err: %v", err)
|
||||||
|
|
Loading…
Reference in New Issue