Searched refs:DELTA_MILLIS (Results 1 – 1 of 1) sorted by relevance
306 final long DELTA_MILLIS = 700L; // We allow up to 700ms of latency for IO read/writes. in compareTimestampsSubjectToIoLatency() local307 assertTrue(error, Math.abs(ts1 - ts2) < DELTA_MILLIS + IO_WAIT); in compareTimestampsSubjectToIoLatency()