commit | 0fc940a09ae6636e78f94ecf6436b8de14bd1c45 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jul 24 13:01:59 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Jul 24 13:01:59 2017 +0200 |
tree | 2c6153ae0101fae046739fcd9eb8004d85019998 | |
parent | 123a58bfc893ee30498b0d208dc1bbef34324772 [diff] |
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.