We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0fc42 commit c76f80dCopy full SHA for c76f80d
src/NHibernate.Test/NHSpecificTest/DtcFailures/DtcFailuresFixture.cs
@@ -276,6 +276,9 @@ public void CanDeleteItemInDtc()
276
}
277
278
279
+ // Dodging "latency" due to db still haven't actually committed a distributed tx after scope disposal.
280
+ Thread.Sleep(100);
281
+
282
using (var tx = new TransactionScope())
283
{
284
using (ISession s = sessions.OpenSession())
0 commit comments