Fixing OSX build.
This commit is contained in:
parent
942c04e992
commit
91975244fe
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue