From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 22A228E82 for ; Wed, 25 Nov 2015 03:36:33 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 24 Nov 2015 18:36:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,341,1444719600"; d="scan'208";a="1885777" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga004.fm.intel.com with ESMTP; 24 Nov 2015 18:36:31 -0800 Message-ID: <56551ED6.1060806@intel.com> Date: Wed, 25 Nov 2015 10:37:10 +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: Lijuan Tu , dts@dpdk.org References: <1448413145-3984-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1448413145-3984-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]extent default session timeout 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: Wed, 25 Nov 2015 02:36:34 -0000 Lijuan, This is the default timeout value for all commands. We need additional information to confirm that need the modification. On 11/25/2015 08:59 AM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > framework/settings.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/framework/settings.py b/framework/settings.py > index c99dcaa..9371c0e 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -140,7 +140,7 @@ HEADER_SIZE = { > """ > Default session timeout. > """ > -TIMEOUT = 15 > +TIMEOUT = 60 > > > """