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 f31856c1b7
commit c46612f691
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

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)