◐ Shell
clean mode source ↗

[2.7] bpo-30850: test_bsddb3 tolerates smaller timeout on Windows by vstinner · Pull Request #2840 · python/cpython

Conversation

@vstinner

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.

https://bugs.python.org/issue30850

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.

serhiy-storchaka

@serhiy-storchaka serhiy-storchaka changed the title [2.7] test_bsddb3 tolerates smaller timeout on Windows [2.7] bpo-30850: test_bsddb3 tolerates smaller timeout on Windows

Jul 24, 2017

Labels

tests

Tests in the Lib/test dir