]> git.ipfire.org Git - thirdparty/qemu.git/commit
acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM
authorAni Sinha <anisinha@redhat.com>
Wed, 17 Jan 2024 04:25:56 +0000 (09:55 +0530)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 24 Jan 2024 08:39:00 +0000 (11:39 +0300)
commit5e4e438f9d602f8089e88252e58c523d77947ee1
tree665ebf1bf884ba79ef114d9a8b8da6314bfe0924
parent003d0c7eb449231b0cd9870e295f04840a9b5c05
acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM

By default, the timeout to receive any specified event from the QEMU VM is 60
seconds set by the python avocado test framework. Please see event_wait() and
events_wait() in python/qemu/machine/machine.py. If the matching event is not
triggered within that interval, an asyncio.TimeoutError is generated. Since the
timeout for the bits avocado test is 200 secs, we need to make event_wait()
timeout of the same value as well so that an early timeout is not triggered by
the avocado framework.

CC: peter.maydell@linaro.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2077
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20240117042556.3360190-1-anisinha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 7ef4c41e91d59d72a3b8bc022a6cb3e81787a50a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/avocado/acpi-bits.py