Index: Core/Common/test/Core.Common.Integration.Tests/DeltaShell/Application.Ringtoets/DeltaShellGuiIntegrationTest.cs =================================================================== diff -u -r8e258eec8318163d7ce452ffc0db1fab83f511c1 -r4904857016716bc8d02826a2ccc25c36ff46b945 --- Core/Common/test/Core.Common.Integration.Tests/DeltaShell/Application.Ringtoets/DeltaShellGuiIntegrationTest.cs (.../DeltaShellGuiIntegrationTest.cs) (revision 8e258eec8318163d7ce452ffc0db1fab83f511c1) +++ Core/Common/test/Core.Common.Integration.Tests/DeltaShell/Application.Ringtoets/DeltaShellGuiIntegrationTest.cs (.../DeltaShellGuiIntegrationTest.cs) (revision 4904857016716bc8d02826a2ccc25c36ff46b945) @@ -47,7 +47,6 @@ } [Test] - [Ignore("potentially hangs")] public void RunManyActivitiesCancelCheckForThreadingIssuesTools9791() { using (var gui = new DeltaShellGui()) @@ -59,7 +58,7 @@ { var smallActivity = new TestActivity2(); - for (int i = 0; i < 1000; i++) + for (int i = 0; i < 10; i++) { app.RunActivityInBackground(smallActivity);