[Python-checkins] [python/cpython] c94cac: bpo-30649: test_os tolerates 50 ms delta for utime...

GitHub noreply at github.com
Tue Jun 13 17:48:29 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: c94caca65cd38802243b5279cf85ee44ffb2abb8
      https://github.com/python/cpython/commit/c94caca65cd38802243b5279cf85ee44ffb2abb8
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M Lib/test/test_os.py

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list