diff --git a/Source/Tracking/Transaction.Test.cs b/Source/Tracking/Transaction.Test.cs index 89fd4ca..1968d35 100644 --- a/Source/Tracking/Transaction.Test.cs +++ b/Source/Tracking/Transaction.Test.cs @@ -168,7 +168,7 @@ namespace Nuclex.Support.Tracking { // We can only do a positive test here without slowing down the unit test ThreadPool.QueueUserWorkItem( - (WaitCallback)delegate(object state) { test.End(); } + (WaitCallback)delegate(object state) { Thread.Sleep(1); test.End(); } ); test.Wait();