From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 637972BB2 for ; Tue, 23 Feb 2016 02:04:31 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 22 Feb 2016 17:04:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,487,1449561600"; d="scan'208";a="921634209" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga002.fm.intel.com with ESMTP; 22 Feb 2016 17:04:25 -0800 Message-ID: <56CBB0A0.7090100@intel.com> Date: Tue, 23 Feb 2016 09:06:40 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: haifeng , dts@dpdk.org References: <1453355563-3315-1-git-send-email-haifengx.tang@intel.com> In-Reply-To: <1453355563-3315-1-git-send-email-haifengx.tang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 01:04:33 -0000 Applied. Thanks. On 01/21/2016 01:52 PM, haifeng wrote: > Signed-off-by: haifeng > --- > framework/project_dpdk.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py > index 597982f..36833a3 100644 > --- a/framework/project_dpdk.py > +++ b/framework/project_dpdk.py > @@ -222,7 +222,7 @@ class DPDKdut(Dut): > # copy the core files outside DPDK folder > self.send_expect("mkdir CORE_DUMP", "#") > self.send_expect("find %s/ -name core.* -exec cp {} CORE_DUMP \;" % > - self.base_dir, "#") > + self.base_dir, "#",30) > > # unpack the code and change to the working folder > self.send_expect("rm -rf %s" % self.base_dir, "#")