From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B60AF5A71 for ; Wed, 18 Nov 2015 02:51:01 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 17 Nov 2015 17:51:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,310,1444719600"; d="scan'208";a="688059956" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 17 Nov 2015 17:51:00 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 17:50:59 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.138]) by shsmsx102.ccr.corp.intel.com ([169.254.2.42]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 09:50:58 +0800 From: "Dong, ShijieX" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest Thread-Index: AQHRIZ+B54+LNBuCuU69EFJb6es1v56hAUYg//973ICAAIaiMA== Date: Wed, 18 Nov 2015 01:50:58 +0000 Message-ID: <1F89F50008D18D4EBA598B7DF3E7408901AFF3D8@SHSMSX103.ccr.corp.intel.com> References: <1447733610-18238-1-git-send-email-shijiex.dong@intel.com> <564BD2EC.2040303@intel.com> <1F89F50008D18D4EBA598B7DF3E7408901AFF3B8@SHSMSX103.ccr.corp.intel.com> <564BD8F7.5010300@intel.com> In-Reply-To: <564BD8F7.5010300@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest 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, 18 Nov 2015 01:51:02 -0000 I am this is DTS, this value I made two changes, the next time I pay attent= ion, this need to re do a patch? -----Original Message----- From: Liu, Yong=20 Sent: Wednesday, November 18, 2015 9:49 AM To: Dong, ShijieX; dts@dpdk.org Subject: Re: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest But from the log, the timeout value extended from 240 to 300, so i asked th= e question. One remind, please create your patch based on latest DTS code, not your loc= al code. On 11/18/2015 09:42 AM, Dong, ShijieX wrote: > Hi Liuyong > The original value is 60 seconds, I test is 120 seconds. OK, because of t= he "fialed several OS, in order to prevent the other systems but. > > -----Original Message----- > From: Liu, Yong > Sent: Wednesday, November 18, 2015 9:23 AM > To: Dong, ShijieX; dts@dpdk.org > Subject: Re: [dts] [PATCH V1] TIMEOUT on eal_flags_autotest > > Hi Shijie, > As i known that timeout value has been extended. Could you give more info= rmation why four minutes is still not enough for this test? > > On 11/17/2015 12:13 PM, Shijie Dong wrote: >> add time for exec eal_flags_autotest >> Signed-off-by: Shijie Dong >> --- >> tests/TestSuite_unit_tests_eal.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/tests/TestSuite_unit_tests_eal.py >> b/tests/TestSuite_unit_tests_eal.py >> index d0b9696..d6d21e4 100644 >> --- a/tests/TestSuite_unit_tests_eal.py >> +++ b/tests/TestSuite_unit_tests_eal.py >> @@ -34,7 +34,7 @@ class TestUnitTestsEal(TestCase): >> self.verify('make: Leaving directory' in out, "Compilation fa= iled") >> [arch, machine, self.env, toolchain] =3D self.target.split('-= ') >> self.start_test_time =3D 60 >> - self.run_cmd_time =3D 240 >> + self.run_cmd_time =3D 300 >> =20 >> def set_up(self): >> """