]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
force a sleep for test_reconnect
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Oct 2020 13:47:46 +0000 (09:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Oct 2020 13:49:40 +0000 (09:49 -0400)
commitbb32b59cd4e3477402c44d70ef6b5a12827bb429
tree319d43b8698d076f571568abb445a7a728246277
parent0220b58917b5a979891b5765f6ac5095e0368489
force a sleep for test_reconnect

as I dont have a windows machine to test I don't really know
how to get a millisecond-accurate timer for windows,
Python documentation claimed time.monotonic() did this however
the continued failure of test_reconnect indicates this is not the case
and that the timer is still bumping up by multi-millisecond
granularity.   force a delay instead.

Change-Id: I237b223eabc55c1d47ecece13873be1f7be20e47
test/engine/test_reconnect.py