Commit 5a742adb authored by Dirk McCormick's avatar Dirk McCormick

fix: flaky TestDontHaveTimeoutMgrTimeout

parent de629391
......@@ -109,7 +109,7 @@ func TestDontHaveTimeoutMgrTimeout(t *testing.T) {
tr.clear()
// Sleep until the second set of keys should have timed out
time.Sleep(expectedTimeout)
time.Sleep(expectedTimeout + 10*time.Millisecond)
// At this stage all keys should have timed out. The second set included
// the first set of keys, but they were added before the first set timed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment