On Fri, 23 Aug 2024, victorm.lira@amd.com wrote:
> From: Victor Lira <victorm.lira@amd.com>
>
> The timout is too short which causes the test to sometimes fail.
I can fix the timout typo on commit
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> ---
> automation/scripts/xilinx-smoke-dom0-x86_64.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/automation/scripts/xilinx-smoke-dom0-x86_64.sh b/automation/scripts/xilinx-smoke-dom0-x86_64.sh
> index 4559e2b9ee..2b4d5f6af8 100755
> --- a/automation/scripts/xilinx-smoke-dom0-x86_64.sh
> +++ b/automation/scripts/xilinx-smoke-dom0-x86_64.sh
> @@ -27,7 +27,7 @@ memory = 512
> vif = [ "bridge=xenbr0", ]
> disk = [ ]
> '
> -TIMEOUT_SECONDS=200
> +TIMEOUT_SECONDS=300
>
> # Select test variant.
> if [ "${TEST}" = "ping" ]; then
> --
> 2.37.6
>