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 2015/01/29 04:12:17 UTC

svn commit: r1655517 - /qpid/dispatch/trunk/tests/system_test.py

Author: aconway
Date: Thu Jan 29 03:12:17 2015
New Revision: 1655517

URL: http://svn.apache.org/r1655517
Log:
NO-JIRA: Increase default test timeout, sporadic timeouts due to slow but sucessful tests.

Modified:
    qpid/dispatch/trunk/tests/system_test.py

Modified: qpid/dispatch/trunk/tests/system_test.py
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/system_test.py?rev=1655517&r1=1655516&r2=1655517&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_test.py (original)
+++ qpid/dispatch/trunk/tests/system_test.py Thu Jan 29 03:12:17 2015
@@ -115,7 +115,7 @@ def retry_delay(deadline, delay, max_del
     return min(delay*2, max_delay)
 
 
-DEFAULT_TIMEOUT = float(os.environ.get("QPID_SYSTEM_TEST_TIMEOUT", 5))
+DEFAULT_TIMEOUT = float(os.environ.get("QPID_SYSTEM_TEST_TIMEOUT", 10))
 
 def retry(function, timeout=DEFAULT_TIMEOUT, delay=.001, max_delay=1):
     """Call function until it returns a true value or timeout expires.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org