From hise-commits-return-135-apmail-incubator-hise-commits-archive=incubator.apache.org@incubator.apache.org Thu Jul 15 13:31:00 2010 Return-Path: Delivered-To: apmail-incubator-hise-commits-archive@minotaur.apache.org Received: (qmail 1765 invoked from network); 15 Jul 2010 13:31:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 13:31:00 -0000 Received: (qmail 51346 invoked by uid 500); 15 Jul 2010 13:31:00 -0000 Delivered-To: apmail-incubator-hise-commits-archive@incubator.apache.org Received: (qmail 50824 invoked by uid 500); 15 Jul 2010 13:30:59 -0000 Mailing-List: contact hise-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hise-dev@incubator.apache.org Delivered-To: mailing list hise-commits@incubator.apache.org Received: (qmail 50817 invoked by uid 99); 15 Jul 2010 13:30:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 13:30:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 13:30:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5A50223889D2; Thu, 15 Jul 2010 13:30:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r964421 - /incubator/hise/trunk/itest/itest Date: Thu, 15 Jul 2010 13:30:03 -0000 To: hise-commits@incubator.apache.org From: rr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100715133003.5A50223889D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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)