From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 361E95A71 for ; Wed, 18 Nov 2015 02:21:48 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 17 Nov 2015 17:21:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,310,1444719600"; d="scan'208";a="602196657" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by FMSMGA003.fm.intel.com with ESMTP; 17 Nov 2015 17:21:46 -0800 Message-ID: <564BD2EC.2040303@intel.com> Date: Wed, 18 Nov 2015 09:22:52 +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: Shijie Dong , dts@dpdk.org References: <1447733610-18238-1-git-send-email-shijiex.dong@intel.com> In-Reply-To: <1447733610-18238-1-git-send-email-shijiex.dong@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:21:48 -0000 Hi Shijie, As i known that timeout value has been extended. Could you give more information 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 failed") > [arch, machine, self.env, toolchain] = self.target.split('-') > self.start_test_time = 60 > - self.run_cmd_time = 240 > + self.run_cmd_time = 300 > > def set_up(self): > """