]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest: Bump qmp-cmd-test timeout to 120s
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Oct 2024 14:13:37 +0000 (15:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 9 Oct 2024 14:06:24 +0000 (15:06 +0100)
commitc9beb029b5bd8cc028411db2270995f5e0dc3567
treece38d3c18dc6d04e0544d7bfcb2bfc5c6fd12039
parent2af37e791906cfda42cb9604a16d218e56994bb1
tests/qtest: Bump qmp-cmd-test timeout to 120s

The qmp-cmd-test test takes typically about 15s on my local machine.
On the k8s runners it takes usually 20s but sometimes about 60s,
because the k8s runners have wildly variable execution time.  If
they're running slow, we hit the default timeout.  Bump the
qmp-cmd-test timeout to 120s to avoid this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20241008141337.2790423-1-peter.maydell@linaro.org
tests/qtest/meson.build