diff options
author | 2024-01-15 08:11:46 +0100 | |
---|---|---|
committer | 2024-01-16 06:58:17 +0100 | |
commit | cfae0537049d10e84a01cf9ce3e2d3833fd8e92d (patch) | |
tree | 80d07761d0963f86dcf18f36f88b922b46eafc83 | |
parent | Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu into staging (diff) | |
download | qemu-cfae0537049d10e84a01cf9ce3e2d3833fd8e92d.tar.xz qemu-cfae0537049d10e84a01cf9ce3e2d3833fd8e92d.zip |
tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
When running with TCI, the boot-serial-test can take longer than 3 minutes:
https://gitlab.com/qemu-project/qemu/-/jobs/5890481086#L4774
Bump the timeout to 4 minutes to avoid CI failures here.
Message-ID: <20240115071146.31213-1-thuth@redhat.com>
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | tests/qtest/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index fd40136fa9..78c298ce97 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -8,7 +8,7 @@ slow_qtests = { 'test-hmp' : 240, 'pxe-test': 600, 'prom-env-test': 360, - 'boot-serial-test': 180, + 'boot-serial-test': 240, 'qos-test': 120, } |