On Sun, Sep 17, 2023 at 2:39 AM Alexander Kanavin
<alex.kana...@gmail.com> wrote:
>
> strace is one of the slowest tests otherwise (can take 40 minutes or more),
> and this brings it to under 10 minutes \0/

This is a good fix. Next in the slowest line is perhaps lttng-tools.

core-image-ptest-strace () - Ran 5 tests in 2213.594s
core-image-ptest-strace - OK - All required tests passed (successes=3,
skipped=1, failures=0, errors=0)

core-image-ptest-lttng-tools () - Ran 5 tests in 2086.423s
core-image-ptest-lttng-tools - OK - All required tests passed
(successes=3, skipped=1, failures=0, errors=0)

>
> Signed-off-by: Alexander Kanavin <a...@linutronix.de>
> ---
>  meta/recipes-devtools/strace/strace/run-ptest | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/strace/strace/run-ptest 
> b/meta/recipes-devtools/strace/strace/run-ptest
> index 86daed92201..1224229e8fc 100755
> --- a/meta/recipes-devtools/strace/strace/run-ptest
> +++ b/meta/recipes-devtools/strace/strace/run-ptest
> @@ -3,7 +3,7 @@
>  set -u
>
>  export TIMEOUT_DURATION=240
> -make -B -C tests -k test-suite.log
> +make -j4 -B -C tests -k test-suite.log
>  res=$?
>  if [ $res -ne 0 ]; then
>      cat tests/test-suite.log
> --
> 2.30.2
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187809): 
https://lists.openembedded.org/g/openembedded-core/message/187809
Mute This Topic: https://lists.openembedded.org/mt/101411933/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to