]> granicus.if.org Git - python/commit
test_bsddb3 tolerates smaller timeout on Windows (#2840)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jul 2017 11:01:59 +0000 (13:01 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2017 11:01:59 +0000 (13:01 +0200)
commit0fc940a09ae6636e78f94ecf6436b8de14bd1c45
tree2c6153ae0101fae046739fcd9eb8004d85019998
parent123a58bfc893ee30498b0d208dc1bbef34324772
test_bsddb3 tolerates smaller timeout on Windows (#2840)

bpo-30850: On Windows, test04_lock_timeout2() now tolerates 50 ms
whereas 100 ms is expected. The lock sometimes times out after only
58 ms. Windows clocks have a bad resolution and bad accuracy.
Lib/bsddb/test/test_lock.py