Fixing OSX build.

This commit is contained in:
Bhaskar Muppana 2017-09-28 19:35:44 -07:00
parent 942c04e992
commit 91975244fe
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct TimeKeeperCorrectnessWorkload : TestWorkload {
}
// For every sample from Timekeeper collect two samples here.
Void _ = wait(delay(std::min(SERVER_KNOBS->TIME_KEEPER_DELAY / 10, 1L)));
Void _ = wait(delay(std::min(SERVER_KNOBS->TIME_KEEPER_DELAY / 10, (int64_t)1L)));
}
TraceEvent(SevInfo, "TKCorrectness_completed");