[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout
From: |
Cleber Rosa |
Subject: |
[PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout |
Date: |
Fri, 8 Dec 2023 14:09:04 -0500 |
Based on many runs, the average run time for these 4 tests is around
250 seconds, with 320 seconds being the ceiling. In any way, the
default 120 seconds timeout is inappropriate in my experience.
Let's increase the timeout so these tests get a chance to completion.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
tests/avocado/intel_iommu.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/avocado/intel_iommu.py b/tests/avocado/intel_iommu.py
index f04ee1cf9d..24bfad0756 100644
--- a/tests/avocado/intel_iommu.py
+++ b/tests/avocado/intel_iommu.py
@@ -25,6 +25,8 @@ class IntelIOMMU(LinuxTest):
:avocado: tags=flaky
"""
+ timeout = 360
+
IOMMU_ADDON = ',iommu_platform=on,disable-modern=off,disable-legacy=on'
kernel_path = None
initrd_path = None
--
2.43.0
[PATCH 08/10] tests/avocado/boot_xen.py: merge base classes, Cleber Rosa, 2023/12/08
[PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset, Cleber Rosa, 2023/12/08
[PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout,
Cleber Rosa <=
- Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Alex Bennée, 2023/12/11
- Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Cleber Rosa, 2023/12/13
- Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Eric Auger, 2023/12/14
- Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Alex Bennée, 2023/12/14
- Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Eric Auger, 2023/12/14
Re: [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout, Philippe Mathieu-Daudé, 2023/12/14
[PATCH 05/10] tests/avocado: use more distinct names for assets, Cleber Rosa, 2023/12/08