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 f9da969Copy full SHA for f9da969
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())
@@ -287,6 +290,9 @@ public void CanDeleteItemInDtc()
287
290
tx.Complete();
288
291
289
292
293
294
295
296
297
298
[Test]
0 commit comments