You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/05/07 17:54:21 UTC

svn commit: r942132 - /qpid/trunk/qpid/python/qpid/brokertest.py

Author: aconway
Date: Fri May  7 15:54:21 2010
New Revision: 942132

URL: http://svn.apache.org/viewvc?rev=942132&view=rev
Log:
Increase retry timeout, previous value was causing occasional invald test failures.

Modified:
    qpid/trunk/qpid/python/qpid/brokertest.py

Modified: qpid/trunk/qpid/python/qpid/brokertest.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/brokertest.py?rev=942132&r1=942131&r2=942132&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/brokertest.py (original)
+++ qpid/trunk/qpid/python/qpid/brokertest.py Fri May  7 15:54:21 2010
@@ -90,7 +90,7 @@ def error_line(filename):
     except: return ""
     return result
 
-def retry(function, timeout=5, delay=.01):
+def retry(function, timeout=10, delay=.01):
     """Call function until it returns True or timeout expires.
     Double the delay for each retry. Return True if function
     returns true, False if timeout expires."""



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org