[Python-checkins] [python/cpython] 3402f7: bpo-30649: Revert utime delta in test_os (#2176)

GitHub noreply at github.com
Wed Jun 14 05:55:18 EDT 2017


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

  Changed paths:
    M Lib/test/test_os.py

  Log Message:
  -----------
  bpo-30649: Revert utime delta in test_os (#2176)

PPC64 Fedora 3.x buildbot requires at least a delta of 14 ms: revert
the utime delta to 20 ms.

I tried 10 ms, but test_os failed on the PPC64 Fedora 3.x buildbot.




More information about the Python-checkins mailing list