commit | 2cf4c202ffeb30787c944365ba54013688b854c2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Dec 17 09:36:36 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 17 09:36:36 2018 +0100 |
tree | aa98e69de819cb1cd0f5bd25fb10636f98001ff2 | |
parent | 4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9 [diff] |
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) Replace time.time() with time.monotonic() in tests to measure time delta. test_zipfile64: display progress every minute (60 secs) rather than every 5 minutes (5*60 seconds).