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 |
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'
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(-)