Re: [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

2024-08-12 Thread Eric Auger
Hi Cleber, On 8/1/24 03:02, Cleber Rosa wrote: > On Mon, Jul 29, 2024 at 6:30 AM Daniel P. Berrangé > wrote: >> On Fri, Jul 26, 2024 at 09:44:28AM -0400, Cleber Rosa wrote: >>> Based on many runs, the average run time for these 4 tests is around >>> 250 seconds, with 320 seconds being the ceilin

Re: [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

2024-07-31 Thread Cleber Rosa
On Mon, Jul 29, 2024 at 6:30 AM Daniel P. Berrangé wrote: > > On Fri, Jul 26, 2024 at 09:44:28AM -0400, Cleber Rosa wrote: > > 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

Re: [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

2024-07-29 Thread Daniel P . Berrangé
On Fri, Jul 26, 2024 at 09:44:28AM -0400, Cleber Rosa wrote: > 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 th

[PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

2024-07-26 Thread Cleber Rosa
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 -