qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/3] tests/acceptance: Increase timeout for LinuxSSH


From: David Gibson
Subject: [Qemu-devel] [PATCH 3/3] tests/acceptance: Increase timeout for LinuxSSH test
Date: Thu, 13 Jun 2019 16:07:28 +1000

At least on the hosts I use (a POWER8 Tuleta, a POWER9 Boston and an 8 cpu
x86 instance in OpenStack) the linux_ssh_mips_malta tests in make
check-acceptance frequently timeout.  Increasing the timeout from 2.5 to
5 minutes makes that much less common.

Signed-off-by: David Gibson <address@hidden>
---
 tests/acceptance/linux_ssh_mips_malta.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/acceptance/linux_ssh_mips_malta.py 
b/tests/acceptance/linux_ssh_mips_malta.py
index aafb0c39f6..7ed6c6c90f 100644
--- a/tests/acceptance/linux_ssh_mips_malta.py
+++ b/tests/acceptance/linux_ssh_mips_malta.py
@@ -20,7 +20,7 @@ from avocado.utils import archive
 
 class LinuxSSH(Test):
 
-    timeout = 150 # Not for 'configure --enable-debug --enable-debug-tcg'
+    timeout = 300 # Not for 'configure --enable-debug --enable-debug-tcg'
 
     KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 '
     VM_IP = '127.0.0.1'
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]