summary refs log tree commit diff stats
path: root/tests/avocado/acpi-bits.py
diff options
context:
space:
mode:
authorAni Sinha <ani@anisinha.ca>2022-11-17 11:06:44 +0530
committerThomas Huth <thuth@redhat.com>2022-11-17 09:58:22 +0100
commit1b7a07c4414323d985e89c4e78a4c30cba0e7a85 (patch)
tree30012cd4e9eaffde9e8470bbac3eceff1ab18ced /tests/avocado/acpi-bits.py
parentc70fe3b148c82f6dc2f13c2a98a430b81ba8a8b4 (diff)
downloadfocaccia-qemu-1b7a07c4414323d985e89c4e78a4c30cba0e7a85.tar.gz
focaccia-qemu-1b7a07c4414323d985e89c4e78a4c30cba0e7a85.zip
acpi/tests/avocado/bits: some misc fixes
Most of the changes are trivial. The bits test timeout has now been increased
to 200 seconds in order to accommodate slower systems and fewer unnecessary
failures. Removed of the reference to non-existent README file in docs. Some
minor corrections in the doc file.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
Message-Id: <20221117053644.516649-1-ani@anisinha.ca>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/avocado/acpi-bits.py')
-rw-r--r--tests/avocado/acpi-bits.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/avocado/acpi-bits.py b/tests/avocado/acpi-bits.py
index 8745a58a76..9ac87f01f1 100644
--- a/tests/avocado/acpi-bits.py
+++ b/tests/avocado/acpi-bits.py
@@ -134,6 +134,9 @@ class AcpiBitsTest(QemuBaseTest): #pylint: disable=too-many-instance-attributes
     :avocado: tags=acpi
 
     """
+    # in slower systems the test can take as long as 3 minutes to complete.
+    timeout = 200
+
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)
         self._vm = None