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 2014/12/22 22:07:55 UTC

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

Author: aconway
Date: Mon Dec 22 21:07:55 2014
New Revision: 1647404

URL: http://svn.apache.org/r1647404
Log:
NO-JIRA: Adjusted test timeouts.

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=1647404&r1=1647403&r2=1647404&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_test.py (original)
+++ qpid/dispatch/trunk/tests/system_test.py Mon Dec 22 21:07:55 2014
@@ -52,7 +52,7 @@ export PYTHONPATH="$PYTHONPATH:/usr/loca
 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64"
 """
 
-import os, time, socket, random, subprocess, shutil, unittest, __main__
+import os, time, socket, random, subprocess, shutil, unittest, __main__, re
 from copy import copy
 import proton
 from proton import Message
@@ -404,7 +404,7 @@ class Qdrouterd(Process):
 
     def wait_connected(self, router_id):
         """Wait till this router is connected to router with router-id"""
-        node = Node(self.addresses[0], router_id, timeout=DEFAULT_TIMEOUT)
+        node = Node(self.addresses[0], router_id, timeout=1)
         retry_exception(lambda: node.query('org.apache.qpid.dispatch.router'))
 
 



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