blob: 151c7ab04040262bdc065d3d3f6c23e1b722f691 (
plain)
1
2
3
|
Change test_time.test_monotonic() to test only the lower bound of elapsed time
after a sleep command rather than the upper bound. This prevents unnecessary
test failures on slow buildbots. Patch by Victor Stinner.
|