Shifts off a gran boundary to help make test less flaky.

This commit is contained in:
James Phillips 2017-11-08 13:57:17 -08:00
parent 757e353334
commit d45c2a01f1
No known key found for this signature in database
GPG key ID: 77183E682AC5FC11

View file

@ -38,7 +38,7 @@ func TestTombstoneGC(t *testing.T) {
start := time.Now()
gc.Hint(100)
time.Sleep(2 * gran)
time.Sleep(2*gran + gran/3)
start2 := time.Now()
gc.Hint(120)
gc.Hint(125)