diff --git a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
index 49ed128308047bf3a65cbbec351939d38c1864ac..b2bee5baa936fe2ff0c6d5ec567b5f3f84bd3f62 100644
--- a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
+++ b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
@@ -35,6 +35,7 @@ import ch.systemsx.cisd.common.exceptions.EnvironmentFailureException;
 import ch.systemsx.cisd.common.exceptions.UserFailureException;
 import ch.systemsx.cisd.common.logging.BufferedAppender;
 import ch.systemsx.cisd.common.server.IRemoteHostProvider;
+import ch.systemsx.cisd.common.test.Retry10;
 
 /**
  * Test cases for the {@link DefaultSessionManager}.
@@ -292,7 +293,7 @@ public class DefaultSessionManagerTest
         context.assertIsSatisfied();
     }
 
-    @Test(invocationCount = 10)
+    @Test(retryAnalyzer = Retry10.class)
     public void testSessionRemoval()
     {
         final String user = "bla";