]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Nov 2022 17:25:27 +0000 (17:25 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Nov 2022 09:52:23 +0000 (09:52 +0000)
On my machine, a debug build of QEMU takes about 260 seconds to
complete this test, so with the current timeout value of 180 seconds
it always times out.  Double the timeout value to 360 so the test
definitely has enough time to complete.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221110142901.3832318-1-peter.maydell@linaro.org>
Message-Id: <20221117172532.538149-9-alex.bennee@linaro.org>

tests/avocado/boot_linux.py

index 32adae6ff6ac9236480a46a63f80922966ccdfbd..8c8a63ec2e074b33c79131020462638659e5235d 100644 (file)
@@ -116,7 +116,7 @@ class BootLinuxPPC64(LinuxTest):
     :avocado: tags=arch:ppc64
     """
 
-    timeout = 180
+    timeout = 360
 
     def test_pseries_tcg(self):
         """