test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] fix eal flags timeout error
@ 2015-11-19  9:06 Shijiex Dong
  2015-11-20  1:29 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Shijiex Dong @ 2015-11-19  9:06 UTC (permalink / raw)
  To: dts

From: Shijie Dong <shijiex.dong@intel.com>

Signed-off-by: Shijie Dong <shijiex.dong@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):
         """
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] fix eal flags timeout error
  2015-11-19  9:06 [dts] [PATCH] fix eal flags timeout error Shijiex Dong
@ 2015-11-20  1:29 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-11-20  1:29 UTC (permalink / raw)
  To: Shijiex Dong, dts

Applied with commit log modified. Thanks.

On 11/19/2015 05:06 PM, Shijiex Dong wrote:
> From: Shijie Dong <shijiex.dong@intel.com>
>
> Signed-off-by: Shijie Dong <shijiex.dong@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):
>           """

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-20  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-19  9:06 [dts] [PATCH] fix eal flags timeout error Shijiex Dong
2015-11-20  1:29 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).