diff mbox series

[v1] automation: fix xilinx test timeout length

Message ID 579230973e3ed60679c003ea2a708ddc6f00c1cc.1724467123.git.victorm.lira@amd.com (mailing list archive)
State New
Headers show
Series [v1] automation: fix xilinx test timeout length | expand

Commit Message

Lira, Victor M Aug. 24, 2024, 2:42 a.m. UTC
From: Victor Lira <victorm.lira@amd.com>

The timout is too short which causes the test to sometimes fail.

---
Cc: Stefano Stabellini <sstabellini@kernel.org>
---
 automation/scripts/xilinx-smoke-dom0-x86_64.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.37.6

Comments

Stefano Stabellini Aug. 24, 2024, 3:33 a.m. UTC | #1
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
>
diff mbox series

Patch

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