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())