From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB251C47258 for ; Fri, 12 Jan 2024 16:48:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOKgS-0001NO-D0; Fri, 12 Jan 2024 11:47:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOKgL-0001HM-6k for qemu-devel@nongnu.org; Fri, 12 Jan 2024 11:46:57 -0500 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rOKgH-0001aZ-Qb for qemu-devel@nongnu.org; Fri, 12 Jan 2024 11:46:56 -0500 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-40e5701cbbaso18104745e9.0 for ; Fri, 12 Jan 2024 08:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1705078012; x=1705682812; darn=nongnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=hGITxN2Vs9jNvuz/cjIb7hgvqAzvNaA/iSybUEu8SrU=; b=mDFLSMVibbWB5kznUP0TdeNimajPPhMHLGseyOeQn7rQ6ARmlyOVioqpRdv7WkMkLD Zs7Gx6eYSJF9oZeW2/mQsEP3vn5WhT04sf6pUhspU1SFlEDrFb0Sk7RtoISH+i2Y0+9O yxUHWT9C7qpQ+7A+w/xQ2vuovsVMraKTT4WhZYC5q6F1yf0BmUjyyJAMvx8aJL/jaHpO 9Cqo94Fthamn3bl5NE5pBNy16DRtw+tFwlx/1t77veaLAycQpbkdzYZYOL6cn87U2Vvj MXSf5o9FTfBG/0arKLVJlLZmWxoTQmW9z0vdYsVYMHXQP+4ahyIenIGTKRM590FThBcK LLpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705078012; x=1705682812; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=hGITxN2Vs9jNvuz/cjIb7hgvqAzvNaA/iSybUEu8SrU=; b=dRcgrtZwY2c1yg2weRc2ITMuobRE34PqCqJ39yTS1mYJYPcZc419pfxCUM6aYuMtVV ZoX6ysGb0iHkkBTgYbt0qG1r48ptR5qsJUzoWaAvh2iWCYIH2/lUouk2WocWP+LC/EPq GJB0ueuJXrsGK0+S7WCweJ84xwxquSekGfWZkfw1jZxTSIXQ2Af+f3BJUbXODT/vNu/e rbk2L8VLhxPkD+SpkE5EF94JfG9hOOol1MkGbMKcZutUCUVgCL2/lwigUkTk/ovn4woB w/PkYxm2j/QB5iTi9IXKagq+946wNbyyhDfFwMmRSCL+iEbdBCIWYPyOjk3AIc5voxmE nuzQ== X-Gm-Message-State: AOJu0YzSiysBgno+UmEV34LeEpb5HEgaLnSfNTWLc7YdiktcRsAFYBbd NpQc4agtYVusbRdPD0ytaMr3qwjvxECoTA== X-Google-Smtp-Source: AGHT+IFwELbfk61GZEWzU7kLkBC5Qu9uzr8sZPwcrTV/vTItwnOvjvYIp2u4iH81EOBpZI6D1/SN6A== X-Received: by 2002:a7b:c44a:0:b0:40d:5b0d:cebe with SMTP id l10-20020a7bc44a000000b0040d5b0dcebemr880644wmi.39.1705078011910; Fri, 12 Jan 2024 08:46:51 -0800 (PST) Received: from draig.lan ([85.9.250.243]) by smtp.gmail.com with ESMTPSA id c11-20020a05600c0a4b00b0040d53588d94sm10357998wmq.46.2024.01.12.08.46.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jan 2024 08:46:51 -0800 (PST) Received: from draig (localhost [IPv6:::1]) by draig.lan (Postfix) with ESMTP id 3147A5F7A9; Fri, 12 Jan 2024 16:46:51 +0000 (GMT) From: =?utf-8?Q?Alex_Benn=C3=A9e?= To: Thomas Huth Cc: qemu-devel@nongnu.org, Peter Maydell , qemu-s390x@nongnu.org, qemu-ppc@nongnu.org, Richard Henderson , Song Gao , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , David Hildenbrand , Aurelien Jarno , Yoshinori Sato , Yanan Wang , Bin Meng , Laurent Vivier , Michael Rolnik , Alexandre Iooss , David Woodhouse , Laurent Vivier , Paolo Bonzini , Brian Cain , Daniel Henrique Barboza , Beraldo Leal , Paul Durrant , Mahmoud Mandour , Liu Zhiwei , Cleber Rosa , kvm@vger.kernel.org, Wainer dos Santos Moschetta , qemu-arm@nongnu.org, Weiwei Li , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , John Snow , Daniel Henrique Barboza , Nicholas Piggin , Palmer Dabbelt , Marcel Apfelbaum , Ilya Leoshkevich , =?utf-8?Q?C=C3=A9dric?= Le Goater , "Edgar E. Iglesias" , Eduardo Habkost , Pierrick Bouvier , qemu-riscv@nongnu.org, Alistair Francis , Daniel P. =?utf-8?Q?Berrang=C3=A9?= Subject: Re: [PATCH v2 12/43] qtest: bump boot-serial-test timeout to 3 minutes In-Reply-To: (Thomas Huth's message of "Fri, 12 Jan 2024 16:13:16 +0100") References: <20240103173349.398526-1-alex.bennee@linaro.org> <20240103173349.398526-13-alex.bennee@linaro.org> User-Agent: mu4e 1.11.27; emacs 29.1 Date: Fri, 12 Jan 2024 16:46:51 +0000 Message-ID: <871qamwlc4.fsf@draig.linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::32a; envelope-from=alex.bennee@linaro.org; helo=mail-wm1-x32a.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Thomas Huth writes: > On 03/01/2024 18.33, Alex Benn=C3=A9e wrote: >> From: Daniel P. Berrang=C3=A9 >> The boot-serial-test takes about 1 + 1/2 minutes in a --enable-debug >> build. Bumping to 3 minutes will give more headroom. >> Signed-off-by: Daniel P. Berrang=C3=A9 >> Reviewed-by: Thomas Huth >> Message-ID: <20230717182859.707658-9-berrange@redhat.com> >> Signed-off-by: Thomas Huth >> Message-Id: <20231215070357.10888-9-thuth@redhat.com> >> Signed-off-by: Alex Benn=C3=A9e >> --- >> tests/qtest/meson.build | 1 + >> 1 file changed, 1 insertion(+) >> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build >> index c7944e8dbe9..dc1e6da5c7b 100644 >> --- a/tests/qtest/meson.build >> +++ b/tests/qtest/meson.build >> @@ -6,6 +6,7 @@ slow_qtests =3D { >> 'test-hmp' : 240, >> 'pxe-test': 600, >> 'prom-env-test': 360, >> + 'boot-serial-test': 180, >> } >> qtests_generic =3D [ > > 3 minutes was obviously not enough: > > https://gitlab.com/qemu-project/qemu/-/jobs/5918818492#L4984 > > And in older runs, we can see that the boot-serial-test might take > longer than 180s when run with TCI : > > https://gitlab.com/qemu-project/qemu/-/jobs/5890481086#L4772 > > So I think we should bump the timeout to 240s here. Alex, are you > going to respin your pull request? If so, could you modify your patch? > Otherwise I can also send a new version of this patch here, just let > me know. I'm travelling now so its tricky to respin. If you could send a new version that would be great. > > Thomas --=20 Alex Benn=C3=A9e Virtualisation Tech Lead @ Linaro