From owner-freebsd-testing@FreeBSD.ORG Mon Sep 29 19:38:31 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F6D8C61 for ; Mon, 29 Sep 2014 19:38:31 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (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 9AA5FBA3 for ; Mon, 29 Sep 2014 19:38:30 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id gi9so8532715lab.3 for ; Mon, 29 Sep 2014 12:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/PSHdGlgTZ6J8OmZoLRE8af46cYAgE7XyNBRKlJkMt4=; b=FTy8WUNE1aWMZMkMGANEa56i6zjOCwyY1HNukEfYmv1QDnetLXE3LTPJq0ypOn6tof 3zQoIe8jXt/mU1zWZAYv//j7jA0hulpcl4S5tFfAW1d72ISXwvTAR/5W4c/cGFGf0gY8 3UnsD3Yf3bCa+vsh434MDe0aV5b1OnwxnQcMFguTiRaD0WwE9+TW6uG1PmnoOpoyCrNW 73bc0qUKrMsx91bRmqnKSesffXJbqUcbp8y9wBYLRWHSH4Pac8zx+zD1CMebFCBVNqMQ 8x6V2xn0lq8ATx9ZBR7zxvZKHFMaQqVmAFnQsx6+H9+AYz0oKpybonv2kWG8eAYqL/9q G2aA== MIME-Version: 1.0 X-Received: by 10.152.20.1 with SMTP id j1mr41445311lae.57.1412019508206; Mon, 29 Sep 2014 12:38:28 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Mon, 29 Sep 2014 12:38:28 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Sep 2014 12:38:28 -0700 X-Google-Sender-Auth: CnPOyxkVvbY-4ZiZ_X_dcXosd4Q Message-ID: Subject: Re: Increasing timeout for ATF test case From: Craig Rodrigues To: Shrikanth Kamath Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Mon, 29 Sep 2014 19:38:31 -0000 Hi, How are you running the tests? If you use kyua, you can specify the timeout for an individual test in the Kyuafile: http://manned.org/kyuafile.5 -- Craig On Mon, Sep 29, 2014 at 11:09 AM, Shrikanth Kamath wrote: > I am running a python script from inside ATF test framework but > because of some default timeout it does not allow the python script to > run to completion. > Getting the following error... > tc-end: 1411774809.781712, dtest, failed, Test case timed out after 300 > seconds > > How do I increase the timeout in ATF test case? > > -- > Shrikanth R K > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org" >