Skip to content

Commit 7e351c9

Browse files
committed
update tests
1 parent 153b326 commit 7e351c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_time.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def test_sleep_zero_posix(self):
180180
N2 = 100_000 # large number of samples for time.sleep(0)
181181

182182
# Compute how long time.sleep() takes for the 'time' clock resolution.
183-
# We expect the result to be around 50 us for a nanosecond resolution.
184183
eps = time.get_clock_info('time').resolution
185184
max_dt_ns = self.stat_for_test_sleep(N1, time.sleep, eps)
186185

0 commit comments

Comments
 (0)