[rhmessaging-commits] rhmessaging commits: r1968 - mgmt/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Apr 23 15:31:22 EDT 2008


Author: justi9
Date: 2008-04-23 15:31:21 -0400 (Wed, 23 Apr 2008)
New Revision: 1968

Modified:
   mgmt/cumin/python/cumin/page.py
Log:
A slightly longer sleep for our workaround

Modified: mgmt/cumin/python/cumin/page.py
===================================================================
--- mgmt/cumin/python/cumin/page.py	2008-04-23 19:22:47 UTC (rev 1967)
+++ mgmt/cumin/python/cumin/page.py	2008-04-23 19:31:21 UTC (rev 1968)
@@ -183,7 +183,7 @@
                 # resolution of TimestampCol (lastLoggedOut) is too
                 # coarse for the subsequent comparison of
                 # lastLoggedOut and lastChallenged
-                sleep(1)
+                sleep(2)
 
             self.page.set_redirect_url(session, session.marshal())
 




More information about the rhmessaging-commits mailing list