From: Mike Bayer Date: Thu, 1 Aug 2024 23:15:57 +0000 (-0400) Subject: bring oracle timeout thing lower X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7b758b7bb707d7931d909702aa019bbba98fce;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git bring oracle timeout thing lower still seeing failures we may very well have to revert this and mark oracle as not supporting recovery Change-Id: I4d48607cb8579dc73c650f5232e4414a408735e2 --- diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index 9fe040c3a0..fb67c7434f 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -506,7 +506,7 @@ class TransactionTest(fixtures.TablesTest): # oracle transactions can't be recovered for commit after... # about 1 second? OK with testing.skip_if_timeout( - 0.75, + 0.50, cleanup=( lambda: connection3.rollback_prepared( transaction.xid, recover=True