tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
authorThomas Huth <thuth@redhat.com>
Mon, 15 Jan 2024 07:11:46 +0000 (08:11 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Jan 2024 05:58:17 +0000 (06:58 +0100)
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>
tests/qtest/meson.build

index fd40136fa9c8f5106fd20b8c60c1244b26559045..78c298ce97160de05f45dbb301176880956bc259 100644 (file)
@@ -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,
 }