Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 26168 invoked from network); 5 May 2010 05:56:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 05:56:17 -0000 Received: (qmail 93696 invoked by uid 500); 5 May 2010 05:56:16 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 93557 invoked by uid 500); 5 May 2010 05:56:13 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 93549 invoked by uid 99); 5 May 2010 05:56:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:56:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:56:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O9XaE-0003CP-GP for jmeter-user@jakarta.apache.org; Tue, 04 May 2010 22:55:46 -0700 Message-ID: <28457008.post@talk.nabble.com> Date: Tue, 4 May 2010 22:55:46 -0700 (PDT) From: karstensrage To: jmeter-user@jakarta.apache.org Subject: Break out of Loop Controller MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: karstensrage@gmail.com I was trying to effect a break out of a loop controller in the following fashion. I have a Test Action that goes for 5 seconds (5000 milliseconds). I have that in a Loop Controller that loops forever. The Loop Controller is in a Runtime Controller that goes for 23 seconds. It looks like what is happening is the Runtime Controller doesn't get priority until the Test Action finishes its pause. So the Loop controller runs 5 times (25 total seconds) rather than 23 seconds. Am I doing something wrong or is there another way to achieve what I am trying to do? -- View this message in context: http://old.nabble.com/Break-out-of-Loop-Controller-tp28457008p28457008.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org