From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzffc-0001A0-3r for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzffb-0000WC-Dq for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:45:36 -0500 Date: Fri, 1 Mar 2019 11:45:20 +0100 From: Cornelia Huck Message-ID: <20190301114520.13895434.cohuck@redhat.com> In-Reply-To: <20190221005753.27955-12-crosa@redhat.com> References: <20190221005753.27955-1-crosa@redhat.com> <20190221005753.27955-12-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 11/20] Boot Linux Console Test: increase timeout List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa Cc: qemu-devel@nongnu.org, Caio Carrara , Alex =?UTF-8?B?QmVubsOpZQ==?= , Wainer dos Santos Moschetta , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , Eduardo Habkost , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Stefan Markovic , qemu-s390x@nongnu.org, Aleksandar Markovic On Wed, 20 Feb 2019 19:57:44 -0500 Cleber Rosa wrote: > When running on very low powered environments, some tests may time out > causing false negatives. As a conservative change, and for > considering that human time (investigating false negatives) is worth > more than some extra machine cycles (and time), let's increase the > overall timeout. >=20 > CC: Alex Benn=C3=A9e > Signed-off-by: Cleber Rosa > --- > tests/acceptance/boot_linux_console.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/bo= ot_linux_console.py > index cc5dcd7373..fa721a7355 100644 > --- a/tests/acceptance/boot_linux_console.py > +++ b/tests/acceptance/boot_linux_console.py > @@ -21,7 +21,7 @@ class BootLinuxConsole(Test): > :avocado: enable > """ > =20 > - timeout =3D 60 > + timeout =3D 90 > =20 > KERNEL_COMMON_COMMAND_LINE =3D 'printk.time=3D0 ' > =20 Not sure what a good value is, but it is easy to tweak later if needed. Reviewed-by: Cornelia Huck