[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/12] tests: increase timeout per instance of bios-tables-test
From: |
Thomas Huth |
Subject: |
[PULL 11/12] tests: increase timeout per instance of bios-tables-test |
Date: |
Mon, 22 Jul 2024 14:00:25 +0200 |
From: Igor Mammedov <imammedo@redhat.com>
CI often fails 'cross-i686-tci' job due to runner slowness
Log shows that test almost complete, with a few remaining
when bios-tables-test timeout hits:
19/270 qemu:qtest+qtest-aarch64 / qtest-aarch64/bios-tables-test
TIMEOUT 610.02s killed by signal 15 SIGTERM
...
stderr:
TAP parsing error: Too few tests run (expected 8, got 7)
At the same time overall job running time is only ~30 out of 1hr allowed.
Increase bios-tables-test instance timeout on 5min as a fix
for slow CI runners.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-ID: <20240716125930.620861-1-imammedo@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/qtest/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 6508bfb1a2..ff9200f882 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -1,6 +1,6 @@
slow_qtests = {
'aspeed_smc-test': 360,
- 'bios-tables-test' : 610,
+ 'bios-tables-test' : 910,
'cdrom-test' : 610,
'device-introspect-test' : 720,
'migration-test' : 480,
--
2.45.2
- [PULL 00/12] QTests, Avocado and s390x fixes for 9.1 softfreeze, Thomas Huth, 2024/07/22
- [PULL 01/12] tests/avocado/boot_xen.py: merge base classes, Thomas Huth, 2024/07/22
- [PULL 03/12] tests/avocado/boot_xen.py: use class attribute, Thomas Huth, 2024/07/22
- [PULL 02/12] tests/avocado/boot_xen.py: unify tags, Thomas Huth, 2024/07/22
- [PULL 08/12] tests/avocado/machine_aspeed.py: Increase timeout for TPM test, Thomas Huth, 2024/07/22
- [PULL 12/12] target/s390x: filter deprecated properties based on model expansion type, Thomas Huth, 2024/07/22
- [PULL 04/12] tests/avocado: Allow overwriting AVOCADO_SHOW env variable, Thomas Huth, 2024/07/22
- [PULL 07/12] tests/avocado: Remove the remainders of the virtiofs_submounts test, Thomas Huth, 2024/07/22
- [PULL 09/12] hw: Fix crash that happens when introspecting scsi-block on older machine types, Thomas Huth, 2024/07/22
- [PULL 11/12] tests: increase timeout per instance of bios-tables-test,
Thomas Huth <=
- [PULL 06/12] tests/avocado/mem-addr-space-check: Remove unused "import signal", Thomas Huth, 2024/07/22
- [PULL 05/12] tests/avocado: Move LinuxTest related code into a separate file, Thomas Huth, 2024/07/22
- [PULL 10/12] qtest/fuzz: make range overlap check more readable, Thomas Huth, 2024/07/22
- Re: [PULL 00/12] QTests, Avocado and s390x fixes for 9.1 softfreeze, Richard Henderson, 2024/07/22