[jboss-cvs] JBossAS SVN: r108093 - branches/infinispan-int/testsuite/src/main/org/jboss/test/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 9 16:12:51 EDT 2010


Author: smarlow at redhat.com
Date: 2010-09-09 16:12:50 -0400 (Thu, 09 Sep 2010)
New Revision: 108093

Modified:
   branches/infinispan-int/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java
Log:
increase sleep time for sso session to be removed

Modified: branches/infinispan-int/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java
===================================================================
--- branches/infinispan-int/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java	2010-09-09 19:33:47 UTC (rev 108092)
+++ branches/infinispan-int/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java	2010-09-09 20:12:50 UTC (rev 108093)
@@ -265,9 +265,9 @@
       SSOBaseCase.checkAccessAllowed(httpConn, warB3 + "index.jsp");
 
       // Wait more than 30 secs to let SSO time out -- 15 for the sessions
-      // (as above) and 15 for the SSOs maxEmptyLife
+      // (as above) and 15 for the SSOs maxEmptyLife (plus 1.5 seconds of fluff)
       try {
-         Thread.sleep(30500);
+         Thread.sleep(31500);
       }
       catch (InterruptedException ie)
       {



More information about the jboss-cvs-commits mailing list