diff mbox series

[3/3] tests/acceptance: Increase timeout for LinuxSSH test

Message ID 20190613060728.26955-4-david@gibson.dropbear.id.au (mailing list archive)
State New, archived
Headers show
Series Some fixes for make check-acceptance on a POWER host | expand

Commit Message

David Gibson June 13, 2019, 6:07 a.m. UTC
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 <david@gibson.dropbear.id.au>
---
 tests/acceptance/linux_ssh_mips_malta.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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'