We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153b326 commit 7e351c9Copy full SHA for 7e351c9
Lib/test/test_time.py
@@ -180,7 +180,6 @@ def test_sleep_zero_posix(self):
180
N2 = 100_000 # large number of samples for time.sleep(0)
181
182
# 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.
184
eps = time.get_clock_info('time').resolution
185
max_dt_ns = self.stat_for_test_sleep(N1, time.sleep, eps)
186
0 commit comments