From fa020ef10b1448ad4bb998dbdc5917e942363e30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 15 Dec 2023 08:03:51 +0100 Subject: [PATCH] qtest: bump aspeed_smc-test timeout to 6 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On a loaded system with --enable-debug, this test can take longer than 5 minutes. Raising the timeout to 6 minutes gives greater headroom for such situations. Signed-off-by: Daniel P. Berrangé [thuth: Increase the timeout to 6 minutes for very loaded systems] Signed-off-by: Thomas Huth Message-Id: <20231215070357.10888-11-thuth@redhat.com> Signed-off-by: Alex Bennée (cherry picked from commit e8a12fe31f776c60fec993513cd1b1e66c2b8e29) Signed-off-by: Michael Tokarev (Mjt: context fixup in tests/qtest/meson.build) --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index c07a5b1a5f..c00b92b89a 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -6,6 +6,7 @@ endif slow_qtests = { 'ahci-test' : 60, + 'aspeed_smc-test': 360, 'bios-tables-test' : 120, 'boot-serial-test' : 60, 'migration-test' : 150, -- 2.39.5