Paolo Bonzini <pbonz...@redhat.com> writes:

> Otherwise, the tests risk failing due to timeouts.

This is a reversion of what we used to do because it's very hard to
figure out which test broke when they are all mixed together. Maybe we
could just up the timeouts.

That said the timeouts seem a bit random with macos taking around 53
minutes and macos_xcode taking less at around 44 unless they get "stuck".

>
> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
> ---
>  .cirrus.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index f0209b7a3e..111e19f1bf 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -29,7 +29,7 @@ macos_task:
>                     --extra-cflags='-Wno-error=deprecated-declarations'
>                     || { cat config.log meson-logs/meson-log.txt; exit 1; }
>      - gmake -j$(sysctl -n hw.ncpu)
> -    - gmake check V=1
> +    - gmake -j$(sysctl -n hw.ncpu) check V=1
>  
>  macos_xcode_task:
>    osx_instance:
> @@ -43,7 +43,7 @@ macos_xcode_task:
>      - ../configure --extra-cflags='-Wno-error=deprecated-declarations' 
> --enable-modules
>                     --enable-werror --cc=clang || { cat config.log 
> meson-logs/meson-log.txt; exit 1; }
>      - gmake -j$(sysctl -n hw.ncpu)
> -    - gmake check V=1
> +    - gmake -j$(sysctl -n hw.ncpu) check V=1
>  
>  windows_msys2_task:
>    timeout_in: 90m


-- 
Alex Bennée

Reply via email to