]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
bring oracle timeout thing lower
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Aug 2024 23:15:57 +0000 (19:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Aug 2024 23:15:57 +0000 (19:15 -0400)
still seeing failures

we may very well have to revert this and mark oracle as not supporting
recovery

Change-Id: I4d48607cb8579dc73c650f5232e4414a408735e2

test/engine/test_transaction.py

index 9fe040c3a050d7de35d261f97e493a3384153782..fb67c7434fed8320496d7a4533a616d2e08f20bc 100644 (file)
@@ -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