From owner-freebsd-testing@FreeBSD.ORG Tue Sep 30 08:54:07 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFB44836 for ; Tue, 30 Sep 2014 08:54:07 +0000 (UTC) Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 483A3607 for ; Tue, 30 Sep 2014 08:54:06 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so3332122wes.6 for ; Tue, 30 Sep 2014 01:53:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=nr6txILib5tpboC86k+QLonoQPHkCbA3VEzL+4AlGNA=; b=O+53hHpQRbG06/kxPcnLelWX+3cBV3g324WX7m0KfX+hR9Ey7Gp3N8jmafkDOWxQsf wxTA53i+MD3JoDD8qqGVf3PJhUCyirN5D6yU/dBdiTipSxaTOzPwOGLAH9AtXcjkMKhq kosi/E21a0sLrLTIZtvl7utgCkY1odW+DdwCVleBRSUGz0mdCxr6m2fVftUJg8xh3xvi t6NxNKub1P9tMRuV6aBTwoyIMkoN/6+vl7xmOdzXAr4HFb7HfwNr1pwBnvom2TS/ONNn karUB32HiMcvW9NzHQJ/kmMQnuc8OsYRMJzLsdN/E4yeHY7VSBhpE86UBvNSE4IRdG+r Jjfg== X-Gm-Message-State: ALoCoQnh3acL+gJSZrSd4k4to+UYdJmi+TdskBHYnw3m8ny88DordaDCeEWDrJ5ycDJ2eVwNyCX7 X-Received: by 10.180.79.34 with SMTP id g2mr4103163wix.10.1412067239526; Tue, 30 Sep 2014 01:53:59 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.194.74.201 with HTTP; Tue, 30 Sep 2014 01:53:39 -0700 (PDT) X-Originating-IP: [77.241.230.246] In-Reply-To: References: From: Julio Merino Date: Tue, 30 Sep 2014 11:53:39 +0300 X-Google-Sender-Auth: UKZdp3wKuSJKSoHu7Fa48vnCe38 Message-ID: Subject: Re: Increasing timeout for ATF test case To: Shrikanth Kamath Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 08:54:07 -0000 On Tue, Sep 30, 2014 at 12:55 AM, Shrikanth Kamath wrote: > Thanks Craig, that solved it. I have to start reading on kyua but > currently the availability in my env is still the legacy atf-run I had > a follow up question, does ATF framework support signaling the test > scripts like a SIGINT? Or I have to take help from a wrapper shell > script? What do you mean? Signaling the script with SIGINT when?