[dts] [PATCH] fix eal flags timeout error

Liu, Yong yong.liu at intel.com
Fri Nov 20 02:29:16 CET 2015


Applied with commit log modified. Thanks.

On 11/19/2015 05:06 PM, Shijiex Dong wrote:
> From: Shijie Dong <shijiex.dong at intel.com>
>
> Signed-off-by: Shijie Dong <shijiex.dong at intel.com>
> ---
>   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 b575c7b..b2773f0 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 = 60
> +        self.run_cmd_time = 180
>   
>       def set_up(self):
>           """



More information about the dts mailing list