You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/07/15 13:30:03 UTC

svn commit: r964421 - /incubator/hise/trunk/itest/itest

Author: rr
Date: Thu Jul 15 13:30:03 2010
New Revision: 964421

URL: http://svn.apache.org/viewvc?rev=964421&view=rev
Log:
Increased timeout in itest

Modified:
    incubator/hise/trunk/itest/itest

Modified: incubator/hise/trunk/itest/itest
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/itest/itest?rev=964421&r1=964420&r2=964421&view=diff
==============================================================================
--- incubator/hise/trunk/itest/itest (original)
+++ incubator/hise/trunk/itest/itest Thu Jul 15 13:30:03 2010
@@ -34,7 +34,7 @@ SOAPUI_DIR=os.getenv("SOAPUI_DIR")
 os.chdir(SMX4_DIR)
 os.system("rm -fr data")
 os.system("rm -f hise*")
-child = pexpect.spawn("bin/servicemix")
+child = pexpect.spawn("bin/servicemix", timeout=90)
 child.logfile = sys.stdout
 child.expect("karaf.*>")
 time.sleep(3)