]> granicus.if.org Git - python/commit
bpo-30649: test_os tolerates 50 ms delta for utime (#2156)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Jun 2017 21:48:27 +0000 (23:48 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 21:48:27 +0000 (23:48 +0200)
commitc94caca65cd38802243b5279cf85ee44ffb2abb8
tree25114d1f59a634b3645ab5f3ebae629535a9e4fb
parent184bd82ba8106785ba22f0d2477dbd08bef821fb
bpo-30649: test_os tolerates 50 ms delta for utime (#2156)

On Windows, tolerate a delta of 50 ms instead of 20 ms in
test_utime_current() and test_utime_current_old() of test_os.

On other platforms, reduce the delta from 20 ms to 10 ms.
Lib/test/test_os.py